mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-28 20:20:15 +00:00
Bump postgres from 16 to 18 in /projects/paperless
Bumps postgres from 16 to 18. --- updated-dependencies: - dependency-name: postgres dependency-version: '18' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -38,7 +38,7 @@ services:
|
||||
|
||||
db:
|
||||
container_name: paperless-db
|
||||
image: postgres:16
|
||||
image: postgres:18
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- paperlessdb:/var/lib/postgresql/data
|
||||
|
||||
Reference in New Issue
Block a user