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 fb93a15496
commit 2ad17a292c

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