fix: change permissions of database folder

This commit is contained in:
Rainer Killinger
2019-03-14 13:31:51 +00:00
parent 62e36ba5a3
commit 58802562f3
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ To start the database
mkdir -p database
# let the database be the owner of the folder
chown 1000:1000 database
chown 100:101 database
# start the database
docker-compose up -d database