0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-05-23 23:44:22 +02:00

Unified across files / updated README file.

Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
This commit is contained in:
Kaloyan Nikolov 2025-04-18 15:15:29 +00:00
parent 2b3107ab68
commit dc73c15838
7 changed files with 23 additions and 14 deletions

View file

@ -2,7 +2,8 @@ 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: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
volumes:
- db:/var/lib/postgresql/data:Z