We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66cba8 commit b9e05e9Copy full SHA for b9e05e9
docker/compose.yaml
@@ -164,8 +164,10 @@ services:
164
OAUTH2_PROXY_EMAIL_DOMAINS: "*"
165
ports:
166
- "${CSAF_APP_EXTERNAL_PORT}:4180"
167
- extra_hosts:
168
- - "host.docker.internal:host-gateway"
+# Remove comments it there are issues with host.docker.internal on Linux
+# On Linux you have to enable the host-gateway feature in docker daemon
169
+# extra_hosts:
170
+# - "host.docker.internal:host-gateway"
171
restart: on-failure
172
depends_on:
173
keycloak:
0 commit comments