Skip to content

fresh pull using recommended docker cli docker image crashes #43

@BlakeNoel

Description

@BlakeNoel

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

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions