mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-09 22:55:02 +08:00
only use tcp on caddy
This commit is contained in:
parent
7a6ce59204
commit
081efde126
1 changed files with 4 additions and 4 deletions
|
@ -52,11 +52,11 @@ services:
|
|||
- caddy_data:/data
|
||||
- caddy_conf:/config
|
||||
ports:
|
||||
- "$SERVER_HOST:80:80"
|
||||
- "$SERVER_HOST:443:443"
|
||||
- "$SERVER_HOST:80:80/tcp"
|
||||
- "$SERVER_HOST:443:443/tcp"
|
||||
#uncomment to enable IPv6 communication
|
||||
# - "$SERVER_HOST6:80:80"
|
||||
# - "$SERVER_HOST6:443:443"
|
||||
# - "$SERVER_HOST6:80:80/tcp"
|
||||
# - "$SERVER_HOST6:443:443/tcp"
|
||||
|
||||
coredns:
|
||||
#network_mode: host
|
||||
|
|
Loading…
Add table
Reference in a new issue