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

Failed to adapt server configuration #7

Open
Rocologo opened this issue Mar 20, 2022 · 0 comments
Open

Failed to adapt server configuration #7

Rocologo opened this issue Mar 20, 2022 · 0 comments

Comments

@Rocologo
Copy link

I am testing this build, but I am having a problem.

First time I run my docker-compose file everything works. I can create my first Minecraft server and play on it. But each time i stop the server and stop the containers and the restart the system I get this error

Failed to adapt server configuration

and the server cant start ???

I can see that It is something with the file permissions in servers/server1 and I guess I have made something wrong in my docker-compose.yml file

 services:
   multicraft:
     build: 
       context: ./
       args:
         - USERID=99
         - GROUPID=100
         - USERNAME=christian

I dont understand how to use these three variables ?

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