File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ services:
25
25
restart_policy :
26
26
condition : on-failure
27
27
node-exporter :
28
- image : ghcr.io/voinetwork/voi-node-${VOINETWORK_NETWORK}:latest
28
+ image : ${VOINETWORK_DOCKER_IMAGE}
29
29
hostname : ${VOINETWORK_TELEMETRY_NAME}
30
30
environment :
31
31
- GOGC=25
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ services:
24
24
restart_policy :
25
25
condition : on-failure
26
26
node-exporter :
27
- image : ghcr.io/voinetwork/voi-node-${VOINETWORK_NETWORK}:latest
27
+ image : ${VOINETWORK_DOCKER_IMAGE}
28
28
hostname : ${VOINETWORK_TELEMETRY_NAME}
29
29
environment :
30
30
- GOGC=25
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ services:
25
25
restart_policy :
26
26
condition : on-failure
27
27
node-exporter :
28
- image : ghcr.io/voinetwork/voi-node-${VOINETWORK_NETWORK}:latest
28
+ image : ${VOINETWORK_DOCKER_IMAGE}
29
29
hostname : ${VOINETWORK_TELEMETRY_NAME}
30
30
environment :
31
31
- GOGC=25
You can’t perform that action at this time.
0 commit comments