Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Problem with HESK installation #41

Open
vitpucko opened this issue Dec 2, 2023 · 2 comments
Open

Problem with HESK installation #41

vitpucko opened this issue Dec 2, 2023 · 2 comments

Comments

@vitpucko
Copy link

vitpucko commented Dec 2, 2023

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.
Screenshot_5

Do you now where to find the install folder?

@jonaavanza
Copy link

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

@silver-dragon
Copy link

silver-dragon commented Jun 1, 2024

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants