feat: add restart: unless-stopped option to NC's containers
Some checks failed
Some checks failed
This commit is contained in:
parent
c3aca5ea3b
commit
b13829b55f
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ services:
|
|||
target: /tmp:exec
|
||||
environment:
|
||||
- TZ=Europe/Madrid
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- nextcloud
|
||||
|
||||
|
|
@ -24,6 +25,7 @@ services:
|
|||
environment:
|
||||
PHP_MEMORY_LIMIT: ${PHP_MEMORY_LIMIT:-2048M}
|
||||
NEXTCLOUD_INIT_HTACCESS: ${NEXTCLOUD_INIT_HTACCESS:-1}
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8080:80
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue