mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-29 04:30:10 +00:00
paperless dbname fix
This commit is contained in:
@@ -43,9 +43,9 @@ services:
|
||||
volumes:
|
||||
- paperlessdb:/var/lib/postgresql/data
|
||||
environment:
|
||||
POSTGRES_DB: ${PAPERLESS_DBHOST}
|
||||
POSTGRES_USER: ${PAPERLESS_DBUSER}
|
||||
POSTGRES_PASSWORD: ${PAPERLESS_DBPASS}
|
||||
POSTGRES_DB: ${PAPERLESS_DBNAME}
|
||||
POSTGRES_USER: ${POSTGRES_USER}
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
networks:
|
||||
- dokploy-network
|
||||
|
||||
|
||||
Reference in New Issue
Block a user