Update docker-compose.yml

This commit is contained in:
2021-08-02 21:10:42 +03:00
committed by GitHub
parent 715a9c10d8
commit 1ac7e53ef5

View File

@@ -1,7 +1,7 @@
version: "3.8" version: "3.8"
services: services:
writerapp: writerapp:
image: stepanusatiuk/writer:latest image: stepanusatiuk/writer:main
restart: always restart: always
ports: ports:
- "8080:8080" - "8080:8080"