Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 2.37 KB

README.md

File metadata and controls

64 lines (46 loc) · 2.37 KB

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
  • /home/steam/.avorion/backups mount for backups
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

Note that the container runs as non-root user 1000:1000. Make sure your mounted volume(s) have the correct permissions. (When running Docker in rootless mode, the user is remapped to a different id, usually 100999:100999)

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