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

View File

@@ -33,7 +33,7 @@ if [ "$ACTUAL_MAX_MAP_COUNT" -lt "$MINIMAL_MAX_MAP_COUNT" ]; then
fi
mkdir -p database
$SUDO chown 1000:1000 database
$SUDO chown 100:101 database
cat <<EOF
Please execute the following command in another shell, but in the same directory.