Fix vikunja (3rd attempt). (#1168)

This commit is contained in:
Stavros 2023-09-08 22:12:23 +03:00 committed by GitHub
parent 37b6f6820e
commit 328099eb23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"exposable": true,
"port": 8135,
"id": "vikunja",
"tipi_version": 6,
"tipi_version": 7,
"version": "0.21.0",
"categories": [
"utilities"

View File

@ -9,3 +9,4 @@ server {
proxy_pass http://vikunja-api:3456;
client_max_body_size 20M;
}
}