Update docker-compose.yml
This commit is contained in:
@@ -7,11 +7,8 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: host
|
network_mode: host
|
||||||
environment:
|
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_GAMEMODE: "Custom"
|
||||||
BL_PORT: 28000
|
BL_PORT: {{SERVER_PORT}}
|
||||||
volumes:
|
volumes:
|
||||||
- ./blockland/Add-Ons:/data/Add-Ons
|
- ./blockland/Add-Ons:/data/Add-Ons
|
||||||
- ./blockland/config:/data/config
|
- ./blockland/config:/data/config
|
||||||
|
|||||||
Reference in New Issue
Block a user