Fix: Loosen web network reqs

This commit is contained in:
Joey Hafner 2025-02-06 02:30:36 -08:00
parent 677903d005
commit b23ea9e1e4
Signed by: Jafner
GPG Key ID: 6D9A24EF2F389E55

View File

@ -6,8 +6,6 @@ services:
restart: "no"
networks:
web:
ipv4_address: 172.20.0.10
monitoring:
ports:
- 80:80
- 443:443
@ -24,5 +22,3 @@ services:
networks:
web:
external: true
monitoring:
external: true