Set Traefik IP explicitly to play nice with Nextcloud

This commit is contained in:
Joey Hafner 2023-01-26 15:54:03 -08:00
parent 96b0cd8fe7
commit d8cdfea3bf

View File

@ -14,8 +14,9 @@ services:
keep-file: "true"
restart: "no"
networks:
- web
- monitoring
web:
ipv4_address: 172.18.0.31
monitoring:
ports:
- 80:80
- 443:443