Update restart to unless-stopped instead of always
This commit is contained in:
parent
64c5be9359
commit
f97126930e
12 changed files with 16 additions and 21 deletions
|
@ -3,7 +3,7 @@ version: '3'
|
|||
services:
|
||||
db:
|
||||
image: postgres:14
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
container_name: nextcloud_db
|
||||
networks:
|
||||
- internal
|
||||
|
@ -16,7 +16,7 @@ services:
|
|||
|
||||
nextcloud:
|
||||
image: nextcloud
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
container_name: nextcloud
|
||||
networks:
|
||||
- proxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue