From 4f1a9dc4e84cb7b1ecaa4220168dac1ee9454f73 Mon Sep 17 00:00:00 2001 From: Jacques Faulkner Date: Wed, 25 Jun 2025 18:54:22 +0100 Subject: [PATCH] Forgot a # --- docs/setup_own_server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup_own_server.md b/docs/setup_own_server.md index b9e2c7a..1b084f8 100644 --- a/docs/setup_own_server.md +++ b/docs/setup_own_server.md @@ -90,7 +90,7 @@ docker-compose up > 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. -### 4. Run the Docker Compose file in the background +#### 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 ``` docker compose up -d