restart? ALWAYS!

Also bye searxng
This commit is contained in:
Peter Smit
2025-09-26 10:34:13 +02:00
parent a8aa54e448
commit 8ae7ba2c7f
14 changed files with 27 additions and 37 deletions

View File

@@ -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: