mirror of https://github.com/statping/statping
fix naming in docker-compose
parent
a222b0148a
commit
57e594823a
|
@ -3,7 +3,7 @@ version: '2.3'
|
||||||
services:
|
services:
|
||||||
statping:
|
statping:
|
||||||
container_name: statping
|
container_name: statping
|
||||||
image: aboutcher/statping-ng:dev
|
image: adamboutcher/statping-ng:latest
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- statping_data:/app
|
- statping_data:/app
|
||||||
|
|
Loading…
Reference in New Issue