mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-18 09:56:09 +02:00
Lock examples to PostgreSQL 16
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
This commit is contained in:
parent
2bfd475b13
commit
ebb7b9d0f1
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ services:
|
|||
# Note: PostgreSQL is an 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:alpine
|
||||
image: postgres:16-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data:Z
|
||||
|
|
|
@ -2,7 +2,7 @@ services:
|
|||
# Note: PostgreSQL is an 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:alpine
|
||||
image: postgres:16-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data:Z
|
||||
|
|
|
@ -2,7 +2,7 @@ services:
|
|||
# Note: PostgreSQL is an 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:alpine
|
||||
image: postgres:16-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data:Z
|
||||
|
|
|
@ -2,7 +2,7 @@ services:
|
|||
# Note: PostgreSQL is an 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:alpine
|
||||
image: postgres:16-alpine
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/postgresql/data:Z
|
||||
|
|
Loading…
Add table
Reference in a new issue