Update docker-compose.yml

This commit is contained in:
2021-08-02 21:10:57 +03:00
committed by Stepan Usatiuk
parent c5d3eceedd
commit 242b567efb

View File

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