Update docker-compose.yml

actually correct tag name
This commit is contained in:
2020-10-19 21:42:58 +03:00
committed by Stepan Usatiuk
parent fbc307ab5e
commit e9b73e84ee

View File

@@ -1,7 +1,7 @@
version: "3.8" version: "3.8"
services: services:
photosapp: photosapp:
image: stepanusatiuk/photos:stable image: stepanusatiuk/photos:latest
ports: ports:
- "8080:8080" - "8080:8080"
volumes: volumes: