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: 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"