Skip to content

Commit 87eca3b

Browse files
committed
Fixed docker networking issues
1 parent d2e4b87 commit 87eca3b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

compose.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ services:
8484

8585
# Binding to udp for quic / http3 support
8686
- "147.45.159.94:443:443/udp"
87-
- "[2a03:6f00:a::ce16]:443:443/udp"
87+
# - "[2a03:6f00:a::ce16]:443:443/udp"
8888

8989
logging:
9090
driver: "json-file"
@@ -162,6 +162,9 @@ volumes:
162162
name: "main-proxy-ts-dozzle-state"
163163

164164
networks:
165+
default:
166+
name: "main-proxy-network"
167+
external: true
165168
webnet:
166169
name: "main-proxy-network"
167170
driver: bridge

0 commit comments

Comments
 (0)