Update docker-compose.yml

use correct image
This commit is contained in:
2020-10-19 21:42:05 +03:00
committed by Stepan Usatiuk
parent c44e5a1de1
commit fbc307ab5e

View File

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