Добавлен restart: unless-stopped

This commit is contained in:
serega6531
2019-11-21 15:37:12 +03:00
parent 8f4889c9e2
commit 039856615f
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ services:
image: packmate-app:v1
depends_on:
- db
restart: on-failure
restart: unless-stopped
db:
container_name: packmate-db
build:
@@ -29,4 +29,4 @@ services:
PACKMATE_DB_DB: ${PACKMATE_DB_NAME}
network_mode: "host"
image: packmate-db:v1
restart: always
restart: unless-stopped