Merge pull request #805 from L4z3x/patch-1

[docs] added changing docker compose data and etc folder ownership to user 5984.
This commit is contained in:
vorotamoroz
2026-03-30 17:04:12 +09:00
committed by GitHub

View File

@@ -64,6 +64,10 @@ Congrats, move on to [step 2](#2-run-couchdb-initsh-for-initialise)
# Creating the save data & configuration directories.
mkdir couchdb-data
mkdir couchdb-etc
# Changing perms to user 5984.
chown -R 5984:5984 ./couchdb-data
chown -R 5984:5984 ./couchdb-etc
```
#### 2. Create a `docker-compose.yml` file with the following added to it