Skip to content

Instantly share code, notes, and snippets.

@lox
Created December 21, 2022 05:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lox/9d180499cda8e4364fd4b989ba482daa to your computer and use it in GitHub Desktop.
Save lox/9d180499cda8e4364fd4b989ba482daa to your computer and use it in GitHub Desktop.
Donald Family Minecraft
version: "3.5"
services:
minecraft:
image: 05jchambers/legendary-minecraft-geyser-floodgate:latest
restart: "unless-stopped"
stdin_open: true
tty: true
volumes:
- ./minecraft:/minecraft
environment:
SERVER_NAME: "Donald World"
EULA: "true"
ONLINE_MODE: "false"
GAMEMODE: survival
DIFFICULTY: normal
ALLOW_CHEATS: "true"
VERSION: "LATEST"
security_opt:
- seccomp:unconfined
network_mode: "service:tailscale"
tailscale:
image: tailscale/tailscale
hostname: donald-minecraft
environment:
- TS_AUTH_KEY
- "TS_EXTRA_ARGS=--accept-routes=true"
restart: unless-stopped
volumes:
- /dev/net/tun:/dev/net/tun
privileged: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment