removed ports as host mode is used

This commit is contained in:
julien
2026-02-11 09:32:54 +01:00
parent 9beb4bae73
commit f819f5282d

View File

@@ -4,10 +4,10 @@ services:
container_name: caddy
network_mode: "host"
restart: unless-stopped
ports:
- "80:80"
- "443:443"
- "443:443/udp"
#ports:
# - "80:80"
# - "443:443"
# - "443:443/udp"
volumes:
- ./volumes/data:/data
- ./volumes/config:/config