Uranium
Error 404 after commands
you can test and go to http://ipofserver:3000/ if this is not work replace localhost by ip of server
61 replies
Error 404 after commands
No, I don't particularly see any issues. However, the variable
${STORAGE_LOCAL_PATH:-.local-storage}
didn't work for me, even with special character escaping disabled. I had to replace it with $${STORAGE_LOCAL_PATH:-.local-storage}
. Yet, in the rest of the docker-compose file, it works fine. Nevertheless, Coolify still replaces certain lines, especially for the change-vol-ownership part, where the characters are always escaped, which prevents the container from starting.61 replies