Hi,
I have some issues to run correctly shinyproxy with influxdb.
Shinyproxy works fine without usages-stats-url argument but when this argument is added I can not identify.
For the usages-stats-url I tried the 2 methods because I'm using the influxdb 2

The docker-compose file is like this:

The influxdb container is running with the following command (not included in docker-compose):
docker run -d --name influxdb -p 8086:8086 -e INFLUXDB_ADMIN_USER=mos -e INFLUXDB_ADMIN_PASSWORD=mos79000 -v /Stats_Publiques/dataspace/influxdb/datas:/var/lib/influxdb --net=app-network influxdb
Have you some idea about this issue ? Thanks