services: blockland: container_name: blockland image: eagle517/blockland-server stdin_open: true tty: true restart: unless-stopped network_mode: host environment: BL_DTOKEN: "" # Get your dtoken from https://blockland.us/steam-dToken.php BL_SERVER_NAME: "Blockland_Server" # Blockland will replace underscores with spaces BL_MAX_PLAYERS: 32 BL_GAMEMODE: "Custom" BL_PORT: 28000 volumes: - ./blockland/Add-Ons:/data/Add-Ons - ./blockland/config:/data/config - ./blockland/saves:/data/saves - ./blockland/modules:/data/modules - ./blockland/base:/data/base