Skip to content

Commit 9390a1f

Browse files
committed
Don't configure nat public IP for develop
Fixes: #1937
1 parent 2b5e4ca commit 9390a1f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docker/compose.development.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,10 @@ services:
7070
- ../checks:/app/checks
7171
- ../interface:/app/interface
7272
- ../internetnl:/app/internetnl
73+
74+
networks:
75+
public-internet:
76+
driver_opts:
77+
# development environments break connectivity when outgoing IP is set to the internal public IP
78+
com.docker.network.host_ipv4: !reset null
79+
com.docker.network.host_ipv6: !reset null

0 commit comments

Comments
 (0)