Use the prebuilt docker image by default.
This commit is contained in:
parent
7c71e4f9dc
commit
4ddb200129
@ -13,7 +13,7 @@ services:
|
|||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "mysqladmin", "ping", "--silent"]
|
test: ["CMD", "mysqladmin", "ping", "--silent"]
|
||||||
yotter:
|
yotter:
|
||||||
image: yotter
|
image: ytorg/yotter:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:5000:5000"
|
- "127.0.0.1:5000:5000"
|
||||||
|
Reference in New Issue
Block a user