Skip to content

Commit b9e05e9

Browse files
author
jens
committed
fix: removed extra_hosts
1 parent a66cba8 commit b9e05e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker/compose.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,10 @@ services:
164164
OAUTH2_PROXY_EMAIL_DOMAINS: "*"
165165
ports:
166166
- "${CSAF_APP_EXTERNAL_PORT}:4180"
167-
extra_hosts:
168-
- "host.docker.internal:host-gateway"
167+
# Remove comments it there are issues with host.docker.internal on Linux
168+
# On Linux you have to enable the host-gateway feature in docker daemon
169+
# extra_hosts:
170+
# - "host.docker.internal:host-gateway"
169171
restart: on-failure
170172
depends_on:
171173
keycloak:

0 commit comments

Comments
 (0)