mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 07:12:47 +00:00
fix: change permissions of database folder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user