Once you have a deployed container, you can modify its configuration by going to Magic Containers, selecting your container, then clicking Container Settings.Documentation Index
Fetch the complete documentation index at: https://docs.bunny.net/llms.txt
Use this file to discover all available pages before exploring further.
General settings
Click Edit to modify environment variables, health checks, endpoints, and resource allocation.

Advanced settings
Click the Advanced tab to configure runtime behavior.
- Startup command: A custom command that executes when the container is launched, giving you control over the initial behavior.
- Container Arguments: Arguments added to the container’s entry point when starting the image. Useful for passing runtime parameters.
- Working Dir: The working directory for the container runtime. Configure this for applications that rely on specific file paths.