diff --git a/docker-compose.yml b/docker-compose.yml index 3b85217..dad8f01 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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