moved some stuff but still broken
This commit is contained in:
parent
fcd5540121
commit
faf5917595
|
@ -20,3 +20,7 @@ services:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
environment:
|
environment:
|
||||||
- DEFAULT_EMAIL=${EMAIL}
|
- DEFAULT_EMAIL=${EMAIL}
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
name: nginx-proxy
|
||||||
|
external: true
|
||||||
|
|
|
@ -18,3 +18,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 7878:7878
|
- 7878:7878
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
name: nginx-proxy
|
||||||
|
external: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user