changed app readeck: updated config in docker-compose.json

This commit is contained in:
Markus 2025-11-10 23:21:25 +01:00
parent ab64d1ef56
commit c86b0a41fd

View file

@ -16,7 +16,11 @@
},
{
"key": "READECK_SERVER_PORT",
"value": "${APP_PORT}"
"value": "8000"
},
{
"key": "READECK_TRUSTED_PROXIES",
"value": "['127.0.0.0/8', '::1/128']"
},
{
"key": "READECK_LOG_FORMAT",