GithubHelp home page GithubHelp logo

n8maninger / ark-ascended-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chandywerks/ark-ascended-docker

0.0 0.0 0.0 18 KB

Ark server in a docker container with proton

Shell 38.66% Dockerfile 61.34%

ark-ascended-docker's Introduction

ARK: Survival Ascended Docker Server

Ark server in a docker container using GloriousEggroll's custom proton build

  1. Install docker
  2. Copy .env.example to .env and configure
  3. Run docker compose up --build

Server files are mounted in the ark-data docker volume /var/lib/docker/volumes/ark-data/_data/ShooterGame/

Configuration

Custom server settings /ShooterGame/Saved/Config/WindowsServer/GameUserSettings.ini

Environment Variables

Settings in .env

Variable Default Description
MAP_NAME TheIsland_WP The name of the map to load (e.g. TheIsland_WP or ScorchedEarth_WP)
SESSION_NAME Name of the server
ADMIN_PASSWORD Server administrator password
MAX_PLAYERS 20 Player slots (Max 70)
GAME_PORT 7777 UDP port
MODS Comma-separated list of CurseForge mod IDs to install (e.g. 928501,928728)
CMD_ARGS Additional command line arguments (e.g. "-ForceAllowCaveFlyers -NotifyAdminCommandsInChat")

Docker

The docker image builds off the offical steamcmd/steamcmd:latest base image

Running docker compose build builds the image locally and tags it as ark-server

Alternatively you can use a pre-built image on docker hub chandywerks/ark-server:latest

version: '3'
services:
  ark-server:
    restart: unless-stopped
    image: chandywerks/ark-server:latest
    container_name: ark-server
    environment:
       ...

ark-ascended-docker's People

Contributors

chandywerks avatar n8maninger 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.