Update README.md

This commit is contained in:
2026-03-07 20:58:14 -05:00
parent 90f36caaf6
commit d38fc9f0b6

View File

@@ -6,9 +6,9 @@ Based on [eagle517](https://hub.docker.com/r/eagle517/blockland-server)'s origin
### How to use ### How to use
This image is designed to run **inside a Pelican Panel egg**. Running it manually (e.g., with `docker run` or `docker compose`) will likely not work correctly, since it expects Pelican's environment (e.g., `/home/container` as the working directory and Pelican-managed volume mounts). This image is designed to run **inside a Pelican Panel egg**. Running it manually (e.g., with `docker run` or `docker compose`) will likely not work correctly, since it expects Pelican's environment (e.g., `/home/container` as the working directory and Pelican-managed volume mounts).
Create a custom egg in Pelican that uses `rallyblockk/blockland-pelican` as its image (yolk), then add the environment variables below as egg variables. Pelican mounts the server data to `/home/container` automatically. The container runs as UID 1000—if you hit permission issues, check your nodes Wings configuration. Create a custom egg in Pelican that uses `rallyblockk/blockland-pelican` as its image (yolk), then add the environment variables below as egg variables. Or use the pre-made egg from the [Blockland-Pelican-Egg](https://git.ny.daprogs.com/RallyBlock/Blockland-Pelican-Egg) repository. Pelican mounts the server data to `/home/container` automatically. The container runs as UID 1000—if you hit permission issues, check your nodes Wings configuration.
The image is available on Docker Hub at [rallyblockk/blockland-pelican](https://hub.docker.com/r/rallyblockk/blockland-pelican). The image is available on Docker Hub at [rallyblockk/blockland-pelican](https://hub.docker.com/r/rallyblockk/blockland-pelican). To build or modify the image, see the [source repository](https://git.ny.daprogs.com/RallyBlock/Blockland-Docker-Pelican).
**Note:** If you run into connection issues, see the Networking section—host network mode may help (configured in Wings, not in the egg). **Note:** If you run into connection issues, see the Networking section—host network mode may help (configured in Wings, not in the egg).