Use the prebuilt docker image by default.

This commit is contained in:
FireMasterK 2020-09-15 15:06:29 +05:30 committed by GitHub
parent 7c71e4f9dc
commit 4ddb200129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ services:
healthcheck:
test: ["CMD", "mysqladmin", "ping", "--silent"]
yotter:
image: yotter
image: ytorg/yotter:latest
restart: unless-stopped
ports:
- "127.0.0.1:5000:5000"