Skip to content

Commit 5e4bbc7

Browse files
fix host
1 parent 0586c1d commit 5e4bbc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.services.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ services:
137137
- APISIX_SESSION_SECRET_KEY=${APISIX_SESSION_SECRET_KEY:-something_at_least_16_characters}
138138
- APISIX_LOGOUT_URL=${APISIX_LOGOUT_URL:-http://open.odl.local:8065/}
139139
- MITOL_API_DOMAIN=${MITOL_API_DOMAIN:-open.odl.local}
140-
- MITX_ONLINE_UPSTREAM=${MITX_ONLINE_UPSTREAM:-host.internal.docker:8013}
141-
- MITX_ONLINE_DOMAIN=${MITX_ONLINE_DOMAIN:-host.internal.docker}
140+
- MITX_ONLINE_UPSTREAM=${MITX_ONLINE_UPSTREAM:-host.docker.internal:8013}
141+
- MITX_ONLINE_DOMAIN=${MITX_ONLINE_DOMAIN:-host.docker.internal}
142142
- NGINX_PORT=${NGINX_PORT:-8062}
143143
ports:
144144
- ${APISIX_PORT}:${APISIX_PORT}

0 commit comments

Comments
 (0)