Skip to content

Instantly share code, notes, and snippets.

View rizowski's full-sized avatar
🔥
┬─┬ ︵ /(.□. \)

Colten Rouska rizowski

🔥
┬─┬ ︵ /(.□. \)
View GitHub Profile
@rizowski
rizowski / .env.example
Last active April 11, 2026 21:30
Runescape Dragonwilds docker compose file for dedicate servers
# Absolute host path containing server/, DedicatedServer.ini, and your save file.
# DATA_DIR=/mnt/user/games/rs-dragonwilds
DATA_DIR=
# (optional) This is if you have a preexisting server sav file you want to mount
# Server save file name. This will map to the ServerName setting in the DedicatedServer.ini
# SAVE_FILE=my-world.sav
SAVE_FILE=
# Host user/group ownership for files the container writes.