From 32aaf95444b3fd94b5bd9bc5736821032c9ea8c6 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:07:53 +0200 Subject: [PATCH] Update nextcloud-with-postgres.yaml --- templates/compose/nextcloud-with-postgres.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/compose/nextcloud-with-postgres.yaml b/templates/compose/nextcloud-with-postgres.yaml index 7adebf71c..503fb4b82 100644 --- a/templates/compose/nextcloud-with-postgres.yaml +++ b/templates/compose/nextcloud-with-postgres.yaml @@ -35,7 +35,7 @@ services: nextcloud-db: image: postgres:16-alpine volumes: - - postgresql-data:/var/lib/postgresql/data + - nextcloud-postgresql-data:/var/lib/postgresql/data environment: - POSTGRES_USER=${SERVICE_USER_POSTGRES} - POSTGRES_PASSWORD=${SERVICE_PASSWORD_POSTGRES} @@ -49,7 +49,7 @@ services: redis: image: "redis:7.4-alpine" volumes: - - "redis-data:/data" + - "nextcloud-redis-data:/data" healthcheck: test: - CMD