From 009f4acbb3080f2b8c6991967f7a86967b2882c9 Mon Sep 17 00:00:00 2001 From: Shivam Date: Wed, 17 Apr 2024 19:57:36 +0200 Subject: [PATCH] docs/example/docker: COOKIE_PATH example to compose --- docs/examples/docker-compose.example.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/examples/docker-compose.example.yml b/docs/examples/docker-compose.example.yml index 89c84642..82564057 100644 --- a/docs/examples/docker-compose.example.yml +++ b/docs/examples/docker-compose.example.yml @@ -21,6 +21,8 @@ services: API_URL: "https://co.wuk.sh/" # 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 and the lines under volume + # COOKIE_PATH: "/cookies.json" # see docs/run-an-instance.md for more information labels: - com.centurylinklabs.watchtower.scope=cobalt