restart? ALWAYS!
Also bye searxng
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
nextcloud_db:
|
||||
image: docker.io/library/postgres:17
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- ${NEXTCLOUD_POSTGRES_DATA_DIR}:/var/lib/postgresql/data
|
||||
environment:
|
||||
@@ -37,7 +37,7 @@ services:
|
||||
volumes:
|
||||
- ${NEXTCLOUD_DATA_DIR}:/var/www/html
|
||||
entrypoint: /cron.sh
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
networks:
|
||||
- nextcloud
|
||||
nextcloud-redis:
|
||||
|
||||
Reference in New Issue
Block a user