mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-13 03:39:59 +00:00
docs/example/docker: COOKIE_PATH example to compose
This commit is contained in:
parent
6d17ff2e06
commit
009f4acbb3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue