12 lines
352 B
YAML
12 lines
352 B
YAML
# Docker Compose for service npm created at Wed Jun 4 10:18:36 PM EEST 2025
|
|
services:
|
|
app:
|
|
image: 'docker.io/jc21/nginx-proxy-manager:latest'
|
|
restart: unless-stopped
|
|
ports:
|
|
- '${SVC_PORT_1}:80'
|
|
- '${SVC_PORT_2}:81'
|
|
- '${SVC_PORT_3}:443'
|
|
volumes:
|
|
- ${NPM_DATA}:/data
|
|
- ${NPM_LETSENCRYPT}:/etc/letsencrypt |