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

Lock examples to PostgreSQL 16

Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
This commit is contained in:
Kaloyan Nikolov 2025-03-04 18:12:34 +02:00
parent 2bfd475b13
commit ebb7b9d0f1
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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