chore(deps): update postgres docker tag to v18 #79

Open
renovate-bot wants to merge 1 commits from renovate/postgres-18.x into main

View File

@ -10,7 +10,7 @@ services:
- NEXTCLOUD_UPDATE=1
db:
image: "postgres:13"
image: "postgres:18"
command: -c "max_connections=${MAX_DB_CONNECTIONS:-100}"
volumes:
- "postgres:/var/lib/postgresql/data"