Media URI #130
Media URI
#130
-
I install it via docker but I can't find the directory "../html/media" to add audio |
Beta Was this translation helpful? Give feedback.
Answered by
HugoFara
Jun 16, 2023
Replies: 1 comment 1 reply
-
Hello! Did you use lwt-docker-installer or did you build the container from source? If you used the Docker installer, I just published a fix, you can again now! If you built from source, I did not encounter the same issue, but you can try to replace Tell me if it works! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
HugoFara
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! Did you use lwt-docker-installer or did you build the container from source?
If you used the Docker installer, I just published a fix, you can again now!
If you built from source, I did not encounter the same issue, but you can try to replace
./media:/var/www/media
by./media:/var/www/html/media
at line 18 ofdocker-compose.yml
. I think this is the source of your troubles.Tell me if it works!