Fixed postgresql path

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-05-02 16:20:07 +02:00
parent f9b54de6c2
commit 3aec04bd12

View File

@@ -23,7 +23,7 @@ services:
logging:
driver: journald
volumes:
- ${DB_PATH}:/app/data
- ${DB_PATH}:/var/lib/postgresql/data
ports:
- 127.0.0.1:5432:5432
environment: