0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-07-19 22:08:06 +02:00

Compare commits

...

2 commits

Author SHA1 Message Date
Kaloyan Nikolov
cbb1cf55ed
Merge af6f79462b into 86ab9d769c 2025-03-05 07:18:18 +00:00
Kaloyan Nikolov
af6f79462b Pin postgresql to 16 in Readme example
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
2025-03-05 09:18:10 +02:00

View file

@ -527,7 +527,7 @@ services:
# Note: PostgreSQL is external service. You can find more information about the configuration here:
# https://github.com/docker-library/docs/blob/master/postgres/README.md
db:
image: postgres
image: postgres:16-alpine
restart: always
volumes:
- db:/var/lib/postgresql/data