Skip to content

Commit 889aeff

Browse files
committed
change host for auth to be accessible
1 parent 9914c0f commit 889aeff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ services:
3939
- RESIGNJWT=false
4040
extra_hosts:
4141
- ${DOCKERHOST:-localhost}:host-gateway
42+
- "host.docker.internal:host-gateway"
4243
volumes:
4344
- shared:/shared
4445
- ${CONFIG_FILEPATH}:/config.yaml

0 commit comments

Comments
 (0)