📝(doc) Use an empty directory for postgres

Use an empty directory for postgres data, otherwise it will complain the
directory is not empty and fail to start.
This commit is contained in:
Andrew Hunter
2026-01-27 15:00:46 -05:00
committed by aleb_the_flash
parent 6e8a6ce82a
commit ea7fb5fc27

View File

@@ -10,7 +10,7 @@ services:
- env.d/postgresql - env.d/postgresql
- env.d/common - env.d/common
volumes: volumes:
- ./data/databases/backend:/var/lib/postgresql/data/pgdata - ./data/databases/backend:/var/lib/postgresql/data
redis: redis:
image: redis:5 image: redis:5