Upload files to "/"
This commit is contained in:
20
docker-compose.yml
Normal file
20
docker-compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
services:
|
||||
blockland:
|
||||
container_name: blockland
|
||||
image: rallyblockk/blockland-pelican
|
||||
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
|
||||
Reference in New Issue
Block a user