Open vitpucko opened 11 months ago
Hi @vitpucko
You can find the folder on the route /srv inside the docker container
I had the same issue, and deleting the folder /srv/install solved it for me
Regards
You can run this command to remove the folder after you have run the install script
docker exec -i hesk rm -R /srv/install
assuming the name of the docker container is hesk
The problem with this current setup is that every time you start up the container or make changes do the container and restart you will need to run this command.
Hello,
i done the installation process via docker-compose.yml that you provided. I have the problem that i cannot find the install folder to delete to get in my Hesk installation. I attached a picture with the problem.
Do you now where to find the install folder?