Closed xrobert35 closed 2 years ago
After more test it's looks like the mount instruction in my docker-compose.yml doesn't mount the correct folder in the host so i had to define the absolute path
To be honest, I merged the docker-compose.yml from another contributor. I'll verify.
Hello,
i'm trying to start the server using the docker-compose.yml you provided in the readme and i've this error :
I'm user docker on a fedora coreos and I have this error. (it's look like there is a problem with this steam installation ?)
I've tried on docker windows also and there were files on the mounted server and data but it also failed with this error
But here my folder are empty.
So I dunno if it's linked to the docker version or something else but I needed to remove the volumes directive and the server was starting. There is not really "start ok" log but it's up and I can connect.
So now I will just copy the "/mnt/vrising/persistentdata" on my host disk using docker cp, add back the volume - './data:/mnt/vrising/persistentdata:rw' and it will be fine
I can do the same for ./server:/mnt/vrising/server:rw but do we really need to mount the ''./server:/mnt/vrising/server:rw'' ?
Hop it help someone,
Thanks for the job @TrueOsiris,
Xavier