network_mode: host is no longer compatible with ports...
This commit is contained in:
@@ -20,10 +20,6 @@ services:
|
|||||||
- "--providers.file.directory=/configuration/"
|
- "--providers.file.directory=/configuration/"
|
||||||
- "--providers.file.watch=true"
|
- "--providers.file.watch=true"
|
||||||
- "--accesslog=true"
|
- "--accesslog=true"
|
||||||
ports:
|
|
||||||
- "80:80"
|
|
||||||
- "443:443"
|
|
||||||
- "8080:8080"
|
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||||
|
|||||||
Reference in New Issue
Block a user