Update docker-compose.yml

This commit is contained in:
2026-03-09 06:37:25 -04:00
parent 3baa482366
commit f5cd78d915

View File

@@ -7,11 +7,8 @@ services:
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
BL_PORT: {{SERVER_PORT}}
volumes:
- ./blockland/Add-Ons:/data/Add-Ons
- ./blockland/config:/data/config