docs: fix api url in docker examples without a proxy
This commit is contained in:
parent
c67456d420
commit
68998e90a4
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ services:
|
|||
ports:
|
||||
- 80:80
|
||||
environment:
|
||||
VIKUNJA_API_URL: http://<your-ip-here>:3456/
|
||||
VIKUNJA_API_URL: http://<your-ip-here>:3456/api/v1
|
||||
restart: unless-stopped
|
||||
{{< /highlight >}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue