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:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
environment:
|
environment:
|
||||||
VIKUNJA_API_URL: http://<your-ip-here>:3456/
|
VIKUNJA_API_URL: http://<your-ip-here>:3456/api/v1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
{{< /highlight >}}
|
{{< /highlight >}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue