From 3f11af13b8c498e439171e7d982a62491f41f498 Mon Sep 17 00:00:00 2001 From: Tom Atkins Date: Fri, 7 Mar 2025 11:37:47 +0000 Subject: [PATCH] Clarify Docker installation instructions --- README.md | 2 ++ docs/docs/installation.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1202981..98b2321 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ curl -LO https://github.com/abhinavxd/libredesk/raw/main/config.sample.toml # Copy the config.sample.toml to config.toml and edit it as needed. cp config.sample.toml config.toml +# Edit config.toml and find commented lines containing "docker compose". Replace the values in the lines below those comments with service names instead of IP addresses. + # Run the services in the background. docker compose up -d diff --git a/docs/docs/installation.md b/docs/docs/installation.md index bd051ad..56e1b58 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -27,6 +27,8 @@ curl -LO https://github.com/abhinavxd/libredesk/raw/main/config.sample.toml # Copy the config.sample.toml to config.toml and edit it as needed. cp config.sample.toml config.toml +# Edit config.toml and find commented lines containing "docker compose". Replace the values in the lines below those comments with service names instead of IP addresses. + # Run the services in the background. docker compose up -d @@ -59,4 +61,4 @@ location / { proxy_set_header Host $host; proxy_cache_bypass $http_upgrade; } -``` \ No newline at end of file +```