From 55cdc5885722476877d7bb8d358c328a3e5bf992 Mon Sep 17 00:00:00 2001 From: Jacques Faulkner Date: Thu, 26 Jun 2025 14:42:23 +0100 Subject: [PATCH] Edited warning to make a bit more sense --- docs/setup_own_server.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/setup_own_server.md b/docs/setup_own_server.md index 1b084f8..eb44c43 100644 --- a/docs/setup_own_server.md +++ b/docs/setup_own_server.md @@ -42,8 +42,8 @@ mkdir couchdb-etc $ docker run --name couchdb-for-ols --rm -it -e COUCHDB_USER=${username} -e COUCHDB_PASSWORD=${password} -v ${PWD}/couchdb-data:/opt/couchdb/data -v ${PWD}/couchdb-etc:/opt/couchdb/etc/local.d -p 5984:5984 couchdb ``` > [!WARNING] -> If your container has been exited, please check the permission of couchdb-data, and couchdb-etc. -> Once CouchDB run, these directories will be owned by uid:`5984`. Please chown it for you again. +> If your container threw an error or exited unexpectedly, please check the permission of couchdb-data, and couchdb-etc. +> Once CouchDB starts, these directories will be owned by uid:`5984`. Please chown it for that uid again. 2. Enable it in the background ``` @@ -87,8 +87,8 @@ docker compose up docker-compose up ``` > [!WARNING] -> If your container has been exited, please check the permission of couchdb-data, and couchdb-etc. -> Once CouchDB run, these directories will be owned by uid:`5984`. Please chown it for you again. +> If your container threw an error or exited unexpectedly, please check the permission of couchdb-data, and couchdb-etc. +> Once CouchDB starts, these directories will be owned by uid:`5984`. Please chown it for that uid again. #### 4. Run the Docker Compose file in the background If all went well and didn't throw any errors, `CTRL+C` out of it, and then run this command