moved some stuff but still broken

This commit is contained in:
Neuro 2024-04-27 11:21:03 -04:00
parent fcd5540121
commit faf5917595
2 changed files with 9 additions and 1 deletions

View File

@ -19,4 +19,8 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
- DEFAULT_EMAIL=${EMAIL}
- DEFAULT_EMAIL=${EMAIL}
networks:
default:
name: nginx-proxy
external: true

View File

@ -18,3 +18,7 @@ services:
ports:
- 7878:7878
restart: unless-stopped
networks:
default:
name: nginx-proxy
external: true