-
Notifications
You must be signed in to change notification settings - Fork 31
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
Docker Compose Doesn't Work #400
Comments
try to create the |
oh! it really worked. That's strange running without creating the folder beforehand would create a folder with this permissions: Sadly, this means a docker compose cant't roll as a standalone as user needs to create a folder beforehand. Could this behavior be changed somehow? Also, I found a workaround but it is even stranger. I saw stack saying you can change the user docker compose create the files for but I didn't read it in full and went to test. I set the
but now the lodestone service worked normally (!???) I double checked the folder was not created beforehand redoing the steps twice. Also the folder created has the same permissions that would make it crash before: well, thank you! and in the case I achive my goal do you have a forum where I could post the script so other users can use it? as always thank you for the awesome work! |
I setup a simple compose script, I aim to expand it to automate a certbot docker to update the lodestone certs. Sadly, trying to start the lodestone service via docker composer always return a rust error
I am able to setup a container normally but not via compose for some reason.
Please inform me if I can provide any more help. Thnaks for the awesome work!
Steps to reproduce
Create a file named docker-compose.yml with the following content:
Run
docker compose up
you will get the error.The text was updated successfully, but these errors were encountered: