Skip to content

Commit 8c84adb

Browse files
committed
Workaround a bug in latest Pomerium.
1 parent 1144286 commit 8c84adb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '2'
1+
version: '2.1'
22

33
x-ssl-service:
44
volumes:
@@ -63,6 +63,8 @@ services:
6363
ports:
6464
- 443:443
6565
- 80:80
66+
sysctls:
67+
net.ipv6.conf.all.disable_ipv6: 0
6668

6769
autoheal:
6870
image: docker.io/willfarrell/autoheal

0 commit comments

Comments
 (0)