Clarify Docker installation instructions

This commit is contained in:
Tom Atkins
2025-03-07 11:37:47 +00:00
parent da629c864c
commit 3f11af13b8
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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;
}
```
```