mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 09:46:23 +00:00
Fix PostgreSQL version in Paperless recipe
Fixed mismatched version of PostgreSQL between the db and db-backup services.
This commit is contained in:
@@ -125,7 +125,7 @@ services:
|
||||
- internal
|
||||
|
||||
db-backup:
|
||||
image: postgres:latest
|
||||
image: postgres:13
|
||||
volumes:
|
||||
- /var/data/paperless/database-dump:/dump
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
Reference in New Issue
Block a user