You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the container using compose and getting the following error.
??:? [0xc25279730faf]
app INFO 2023-11-20T10:17:15.770 anisette-v3-server v2.1.0
app INFO 2023-11-20T10:17:15.776 Downloading libraries from Apple servers...
app INFO 2023-11-20T10:17:17.128 Done !
std.file.FileException@std/file.d(836): /home/Alcoholic/.config/anisette-v3/lib/libCoreADI.so: Permission denied
For anyone having this problem, you need to get the UID and GID of your docker user and add it to your run command like this: docker run -d --restart always --name anisette-v3 -p 6969:6969 --volume anisette-v3_data:/home/Alcoholic/.config/anisette-v3/lib/ dadoum/anisette-v3-server --user UID:GID
Running the container using compose and getting the following error.
Docker compose
The text was updated successfully, but these errors were encountered: