Dedicated server of The Forest on Ubuntu. The server software of The Forest is only available on Windows and therefor running with Wine in this image. The image is automatically rebuild every week.
docker run --name forest -d \
-p 27015:27015/tcp -p 27015:27015/udp \
-p 27016:27016/tcp -p 27016:27016/udp \
-p 8766:8766/tcp -p 8766:8766/udp \
jonakoudijs/forest:latest
docker volume create forest-saves
docker run --name forest -d \
-v forest-saves:/data/saves \
-p 27015:27015/tcp -p 27015:27015/udp \
-p 27016:27016/tcp -p 27016:27016/udp \
-p 8766:8766/tcp -p 8766:8766/udp \
jonakoudijs/forest:latest
docker run -it --entrypoint="" \
jonakoudijs/forest:latest /bin/bash
The configuration of the server can be done in the server.cfg
file. The settings can be overwritten by copying a custom version to
/data/config/server.cfg
or changing the config file and rebuilding the image.