Set Traefik IP explicitly to play nice with Nextcloud
This commit is contained in:
parent
fb93a15496
commit
2ad17a292c
@ -14,8 +14,9 @@ services:
|
|||||||
keep-file: "true"
|
keep-file: "true"
|
||||||
restart: "no"
|
restart: "no"
|
||||||
networks:
|
networks:
|
||||||
- web
|
web:
|
||||||
- monitoring
|
ipv4_address: 172.18.0.31
|
||||||
|
monitoring:
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
- 443:443
|
- 443:443
|
||||||
|
Loading…
Reference in New Issue
Block a user