-
Couldn't load subscription status.
- Fork 80
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
Upon looking within the mounted volumes, I only see the data/Settings directory get created. Not really sure how to move forward.
Here's my docker run bash script:
#!/bin/bash
BLAKEBOT_VRISING=blakebot-vrising
docker stop $BLAKEBOT_VRISING
docker rm $BLAKEBOT_VRISING
docker run -d \
--name $BLAKEBOT_VRISING \
-v "/home/bnoel/docker_volumes/vrising/server:/mnt/vrising/server" \
-v "/home/bnoel/docker_volumes/vrising/data:/mnt/vrising/persistentdata" \
-p 9876:9876/udp \
-p 9877:9877/udp \
-e SERVERNAME="blakebot" \
trueosiris/vrising:latest
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation