Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeluard committed Apr 22, 2024
1 parent 2c48a42 commit 58773be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.local_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ services:
build:
context: prometheus
environment:
BEACON_URL: http://host.docker.internal:8008
VC_URL: http://host.docker.internal:5064
BEACON_URL: host.docker.internal:8008
VC_URL: host.docker.internal:5064
restart: always
volumes:
- "prometheus:/prometheus"
Expand Down

0 comments on commit 58773be

Please sign in to comment.