mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 15:27:49 +01:00
Update docker-compose.yml
add always restart
This commit is contained in:
@@ -2,6 +2,7 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
photosapp:
|
photosapp:
|
||||||
image: stepanusatiuk/photos:latest
|
image: stepanusatiuk/photos:latest
|
||||||
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user