After updating the container to latest versione (v1.4.0), using same setting of v1.3.0, the container does not start.
Viewing container log, docker-compose.yml must be updated adding 2 enviroment setting:
- APP_UID=0
- DOCKER_GID=0
With this setting the docker container run as root like v1.3.0.
For running as a different user or root please update configuration sample.
Thanks for your helpful container
After updating the container to latest versione (v1.4.0), using same setting of v1.3.0, the container does not start.
Viewing container log, docker-compose.yml must be updated adding 2 enviroment setting:
With this setting the docker container run as root like v1.3.0.
For running as a different user or root please update configuration sample.
Thanks for your helpful container