docs: fix api url in docker examples without a proxy

This commit is contained in:
kolaente 2021-09-29 20:38:09 +02:00
parent c67456d420
commit 68998e90a4
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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 >}}