mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-10 08:41:20 +08:00
Update docker-compose.yml
This commit is contained in:
parent
cdfcdf40ca
commit
77d5705928
1 changed files with 2 additions and 5 deletions
|
|
@ -52,11 +52,8 @@ services:
|
||||||
- caddy_data:/data
|
- caddy_data:/data
|
||||||
- caddy_conf:/config
|
- caddy_conf:/config
|
||||||
ports:
|
ports:
|
||||||
- "$SERVER_HOST:80:80/tcp"
|
- "80:80"
|
||||||
- "$SERVER_HOST:443:443/tcp"
|
- "443:443"
|
||||||
#uncomment to enable IPv6 communication
|
|
||||||
# - "$SERVER_HOST6:80:80/tcp"
|
|
||||||
# - "$SERVER_HOST6:443:443/tcp"
|
|
||||||
|
|
||||||
coredns:
|
coredns:
|
||||||
#network_mode: host
|
#network_mode: host
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue