Skip to content

Commit

Permalink
Fix prometheus port in run_worker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kalabukdima committed Apr 16, 2024
1 parent a1e6872 commit 77bb3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker/run_worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
- ${DATA_DIR}:/app/data
- .:/app/configs
ports:
- "${PROMETHEUS_PORT:-9090}:9090"
- "${PROMETHEUS_PORT:-9090}:8000"
- "${LISTEN_PORT:-12345}:${LISTEN_PORT:-12345}/udp"
user: "${USER_ID}:${GROUP_ID}"
deploy:
Expand Down

0 comments on commit 77bb3b8

Please sign in to comment.