Files
hantim-server/docker/nginx/compose.yml
T
timothykim a3fb085fdb
Deploy nginx / deploy (push) Failing after 1s
Deploy timothykim.net / deploy (push) Failing after 1s
initial commit
2026-03-12 21:16:59 -04:00

18 lines
285 B
YAML

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