Merge pull request 'Update docker.io/library/postgres Docker tag to v17' (#10) from renovate/docker.io-library-postgres-17.x into master

Reviewed-on: https://git.smittenfeld.nl/petersmit27/homelab-docker-config/pulls/10
This commit was merged in pull request #10.
This commit is contained in:
2025-01-03 07:59:50 +00:00

View File

@@ -6,7 +6,7 @@ services:
- ${PAPERLESS_REDIS_DATA_DIR}:/data - ${PAPERLESS_REDIS_DATA_DIR}:/data
db: db:
image: docker.io/library/postgres:16 image: docker.io/library/postgres:17
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${PAPERLESS_POSTGRES_DATA_DIR}:/var/lib/postgresql/data - ${PAPERLESS_POSTGRES_DATA_DIR}:/var/lib/postgresql/data