Skip to content

Commit 32aaf95

Browse files
committed
Update nextcloud-with-postgres.yaml
1 parent 28852fd commit 32aaf95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/compose/nextcloud-with-postgres.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
nextcloud-db:
3636
image: postgres:16-alpine
3737
volumes:
38-
- postgresql-data:/var/lib/postgresql/data
38+
- nextcloud-postgresql-data:/var/lib/postgresql/data
3939
environment:
4040
- POSTGRES_USER=${SERVICE_USER_POSTGRES}
4141
- POSTGRES_PASSWORD=${SERVICE_PASSWORD_POSTGRES}
@@ -49,7 +49,7 @@ services:
4949
redis:
5050
image: "redis:7.4-alpine"
5151
volumes:
52-
- "redis-data:/data"
52+
- "nextcloud-redis-data:/data"
5353
healthcheck:
5454
test:
5555
- CMD

0 commit comments

Comments
 (0)