Coder Social home page Coder Social logo

v-rising-server's Introduction

Image Size Docker Pulls Docker Stars GitHub code size in bytes GitHub repo size GitHub last commit

V Rising Server

You can view available environment settings here

Docker run

docker run -d --name='vrising-server' \
  -e VR_SERVER_NAME="V Rising Server" \
  -e VR_DESCRIPTION="My V Rising server" \
  -e VR_PASSWORD="secret" \
  -v '/etc/localtime:/etc/localtime:ro' \
  -v '/etc/timezone:/etc/timezone:ro' \
  -v '/path/to/data:/data':'rw' \
  -p 9876:9876/udp \
  -p 9877:9877/udp \
  altonv/v-rising-server:latest

Docker compose

version: "3"
services:
  vrising:
    image: altonv/v-rising-server:latest
    container_name: vrising-server
    restart: unless-stopped
    environment:
      - VR_SERVER_NAME=V Rising Server
      - VR_DESCRIPTION=My V Rising server
      - VR_SAVE_NAME=world1
      - VR_PRESET=
      - VR_PASSWORD=secret
      - VR_MAX_USERS=20
    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /etc/timezone:/etc/timezone:ro
      - ./vrising_data:/data
    ports:
      - 9876:9876/udp
      - 9877:9877/udp
      - 25575:25575/tcp # Optional RCON port

v-rising-server's People

Contributors

altonv avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.