Files
hantim-server/docker/nginx/compose.yml
T
timothykim f1d4508411
Deploy nginx / deploy (push) Failing after 2s
Deploy timothykim.net / deploy (push) Failing after 2s
update container names for nginx and timothykim.net
2026-03-13 17:02:26 -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