Upload files to "/"
This commit is contained in:
@@ -1,17 +1,13 @@
|
||||
# Template for Pelican Panel egg. Pelican mounts server data to /home/container
|
||||
# and manages container naming—do not add volumes or container_name.
|
||||
|
||||
services:
|
||||
blockland:
|
||||
container_name: blockland
|
||||
image: rallyblockk/blockland-pelican
|
||||
stdin_open: true
|
||||
tty: true
|
||||
restart: unless-stopped
|
||||
restart: no
|
||||
network_mode: host
|
||||
environment:
|
||||
BL_GAMEMODE: "Custom"
|
||||
BL_PORT: {{SERVER_PORT}}
|
||||
volumes:
|
||||
- ./blockland/Add-Ons:/data/Add-Ons
|
||||
- ./blockland/config:/data/config
|
||||
- ./blockland/saves:/data/saves
|
||||
- ./blockland/modules:/data/modules
|
||||
- ./blockland/base:/data/base
|
||||
BL_PORT: "28000"
|
||||
|
||||
Reference in New Issue
Block a user