Skip to content

Commit

Permalink
Use correct telemetry name environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Apr 1, 2024
1 parent 49dd0bf commit 9d1c1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/relay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"
services:
relay:
image: ghcr.io/voinetwork/docker-relay-node:latest
hostname: ${VOINETWORK_RELAY_NAME}
hostname: ${VOINETWORK_TELEMETRY_NAME}
volumes:
- /var/lib/voi/algod/data:/algod/data/:rw
ports:
Expand All @@ -18,7 +18,7 @@ services:
condition: on-failure
node-exporter:
image: ghcr.io/voinetwork/docker-relay-node:latest
hostname: ${VOINETWORK_RELAY_NAME}
hostname: ${VOINETWORK_TELEMETRY_NAME}
environment:
- GOGC=25
volumes:
Expand Down

0 comments on commit 9d1c1e0

Please sign in to comment.