Update docker-compose.yml

add always restart
This commit is contained in:
2020-10-19 22:22:19 +03:00
committed by Stepan Usatiuk
parent e9b73e84ee
commit 9a3b2787bd

View File

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