8000 GitHub - Ascent691/docker-avorion: Docker container for Avorion dedicated server
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Ascent691/docker-avorion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avorion Docker Docker Stars Docker Pulls

Avorion dedicated server

Branch Size Version
latest Size Version
stable Size Version
beta Size Version

Usage

Quickstart

docker run -d --name avorion -p 27000:27000 -p 27000:27000/udp -p 27003:27003/udp -p 27020:27020/udp -p 27021:27021/udp rfvgyhn/avorion

Volumes

  • /home/steam/.avorion/galaxies/avorion_galaxy mount for galaxy save and server configuration
docker run -d --name avorion \
   -p 27000:27000 \
   -p 27000:27000/udp \
   -p 27003:27003/udp \
   -p 27020:27020/udp \
   -p 27021:27021/udp \
   -v /host/path/saves:/home/steam/.avorion/galaxies/avorion_galaxy \
   rfvgyhn/avorion

Configuration

Default settings will be generated and placed in the /home/steam/.avorion/galaxies/avorion_galaxy volume. To make changes, stop the container, modify the desired files and then restart the container.

If you enable RCON in settings.ini, make sure you also forward the port in docker (-p 27015:27015).

Docker Images

The latest tag will follow the latest avorion server release (including beta releases).

The stable tag will follow the latest stable (non-beta) avorion server release.

You can specify a specific version using the available tags

About

Docker container for Avorion dedicated server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 65.5%
  • Makefile 34.5%
0