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:
parent
ebb7b9d0f1
commit
af6f79462b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue