mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-20 02:46:10 +02:00
Update .examples/docker-compose/insecure/postgres/apache/compose.yaml
Co-authored-by: J0WI <J0WI@users.noreply.github.com> Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
This commit is contained in:
parent
9362d983dc
commit
3da9abd023
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ 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:16-alpine
|
# Note: Check the recommend version here: https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#server
|
||||||
|
image: postgres:alpine
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- db:/var/lib/postgresql/data:Z
|
- db:/var/lib/postgresql/data:Z
|
||||||
|
|
Loading…
Add table
Reference in a new issue