📝(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:
committed by
aleb_the_flash
parent
6e8a6ce82a
commit
ea7fb5fc27
@@ -10,7 +10,7 @@ services:
|
||||
- env.d/postgresql
|
||||
- env.d/common
|
||||
volumes:
|
||||
- ./data/databases/backend:/var/lib/postgresql/data/pgdata
|
||||
- ./data/databases/backend:/var/lib/postgresql/data
|
||||
|
||||
redis:
|
||||
image: redis:5
|
||||
|
||||
Reference in New Issue
Block a user