Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

502 after reboot #128

Open
GerhardK90 opened this issue Sep 23, 2024 · 0 comments
Open

502 after reboot #128

GerhardK90 opened this issue Sep 23, 2024 · 0 comments

Comments

@GerhardK90
Copy link

Hi,

as soon as you touch the anisette container (restart etc) the macless-haystack is returning 502 instead of the locations.
However, searching the anisette issues (Dadoum/anisette-v3-server#8), it turned out that adding the user to both docker lines fixes the issue.

You can find out your UID by:
id -u
And your GID by:
id -g

The docker line for the anisette server then has to be:

docker run -d --restart always --name anisette -p 6969:6969 --volume anisette-v3_data:/home/Alcoholic/.config/anisette-v3/lib/ --network mh-network --user UID:GID dadoum/anisette-v3-server

and the line for the macless-haystack container has to be:

docker run -it --restart unless-stopped --name macless-haystack -p 6176:6176 --volume mh_data:/app/endpoint/data --network mh-network --user 0:0 christld/macless-haystack

Hope it helps!

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

No branches or pull requests

1 participant