Files
hantim-server/docker/nginx/compose.yml
T
timothykim 6d8e89e82d
Deploy nginx / deploy (push) Successful in 7s
test deploy: rename nginx container
2026-03-13 17:16:10 -04:00

19 lines
309 B
YAML

services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
container_name: npm
networks:
- shared
ports:
- '80:80'
- '443:443'
- '81:81'
volumes:
- ./data:/data
- ./certs:/etc/letsencrypt
networks:
shared:
name: shared