Skip to content

Commit eaf881c

Browse files
committed
The servicecontrol url needs to be localhost
1 parent 787592a commit eaf881c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docker-compose-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
ports:
4040
- 9090:9090
4141
environment:
42-
SERVICECONTROL_URL: http://servicecontrol:33333/api/
42+
SERVICECONTROL_URL: http://localhost:33333/api/
4343
ENABLE_REVERSE_PROXY: false
4444
SHOW_PENDING_RETRY: false
4545
frontend:

0 commit comments

Comments
 (0)