Upload files to "/"

This commit is contained in:
2026-03-07 19:30:21 -05:00
commit 053be262c2
3 changed files with 134 additions and 0 deletions

20
docker-compose.yml Normal file
View 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