removed ports as host mode is used
This commit is contained in:
@@ -4,10 +4,10 @@ services:
|
|||||||
container_name: caddy
|
container_name: caddy
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
#ports:
|
||||||
- "80:80"
|
# - "80:80"
|
||||||
- "443:443"
|
# - "443:443"
|
||||||
- "443:443/udp"
|
# - "443:443/udp"
|
||||||
volumes:
|
volumes:
|
||||||
- ./volumes/data:/data
|
- ./volumes/data:/data
|
||||||
- ./volumes/config:/config
|
- ./volumes/config:/config
|
||||||
|
|||||||
Reference in New Issue
Block a user