From 0f515498dc40b5d84d43976be5bff24b7d9631f7 Mon Sep 17 00:00:00 2001 From: wukko Date: Tue, 5 Mar 2024 19:32:10 +0600 Subject: [PATCH] docker-compose example: update api comments --- docs/examples/docker-compose.example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/docker-compose.example.yml b/docs/examples/docker-compose.example.yml index 294bcb57..b6f4a90b 100644 --- a/docs/examples/docker-compose.example.yml +++ b/docs/examples/docker-compose.example.yml @@ -17,9 +17,9 @@ services: #- 127.0.0.1:9000:9000 environment: - # replace apiURL with your instance's target url in same format + # replace https://co.wuk.sh/ with your instance's target url in same format - API_URL=https://co.wuk.sh/ - # replace apiName with your instance's distinctive name + # replace eu-nl with your instance's distinctive name - API_NAME=eu-nl # if you want to use cookies when fetching data from services, uncomment the next line #- COOKIE_PATH=/cookies.json