moved from self build docker image to gockerhub
This commit is contained in:
@@ -293,6 +293,9 @@ Contributors names and contact info
|
||||
|
||||
## Version History
|
||||
|
||||
- v0.4
|
||||
- moved from self build iamge to dockerhub
|
||||
|
||||
- v0.3a
|
||||
- ping timeout added
|
||||
- cleanup
|
||||
|
||||
@@ -120,7 +120,7 @@ services:
|
||||
latency-monitor:
|
||||
container_name: latency-monitor
|
||||
hostname: latency-monitor
|
||||
build: ./Docker_Build
|
||||
image: planetespresso/pylatemon
|
||||
depends_on:
|
||||
- influxdb
|
||||
restart: always
|
||||
|
||||
@@ -6,7 +6,7 @@ services:
|
||||
latency-monitor:
|
||||
container_name: latency-monitor
|
||||
hostname: latency-monitor
|
||||
build: ./Docker_Build
|
||||
image: planetespresso/pylatemon
|
||||
restart: always
|
||||
volumes:
|
||||
# - ./latency-monitor/config.ini:/app/config.ini:ro # UNCOMMENT IF NEEDED
|
||||
|
||||
Reference in New Issue
Block a user