0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-19 18:36:09 +02:00

Pin postgresql to 16 in Readme example

Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
This commit is contained in:
Kaloyan Nikolov 2025-03-05 09:18:10 +02:00
parent ebb7b9d0f1
commit af6f79462b

View file

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