> ## Documentation Index
> Fetch the complete documentation index at: https://bunnynet-cb9733c2-sandbox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuration

> Configure your container's environment variables, health checks, endpoints, and runtime settings.

Once you have a [deployed container](/magic-containers/quickstart), you can modify its configuration by going to **Magic Containers**, selecting your container, then clicking **Container Settings**.

## General settings

Click **Edit** to modify environment variables, health checks, endpoints, and resource allocation.

<Frame>
  <img src="https://mintcdn.com/bunnynet-cb9733c2-sandbox/kraZD8EgQEAI8XSK/images/docs/7e7018b9b95eae9ed2157305c047f802618299c40888dd8202562ecc5392be2c-image.png?fit=max&auto=format&n=kraZD8EgQEAI8XSK&q=85&s=4c63b63f431373da316287711d07938c" alt="" width="2082" height="1550" data-path="images/docs/7e7018b9b95eae9ed2157305c047f802618299c40888dd8202562ecc5392be2c-image.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/bunnynet-cb9733c2-sandbox/kraZD8EgQEAI8XSK/images/docs/b3926acc2c98c4d616bed5973d9cbdb3d442f0a7d9253457cfcdca0ff2eb36b3-image.png?fit=max&auto=format&n=kraZD8EgQEAI8XSK&q=85&s=2a956778f780dbbcc232819916ebb40b" alt="" width="2330" height="1752" data-path="images/docs/b3926acc2c98c4d616bed5973d9cbdb3d442f0a7d9253457cfcdca0ff2eb36b3-image.png" />
</Frame>

After making changes, click **Update Container** to apply the new configuration.

## Advanced settings

Click the **Advanced** tab to configure runtime behavior.

<Frame>
  <img src="https://mintcdn.com/bunnynet-cb9733c2-sandbox/kraZD8EgQEAI8XSK/images/docs/8e2a2cdaef5760ac80ed1d5cf7bb261992e8748211229bb8d64119714b55b3df-image.png?fit=max&auto=format&n=kraZD8EgQEAI8XSK&q=85&s=8670fc09cc73506a6c410ecd49109b0a" alt="" width="1882" height="1618" data-path="images/docs/8e2a2cdaef5760ac80ed1d5cf7bb261992e8748211229bb8d64119714b55b3df-image.png" />
</Frame>

The following settings are available:

* **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.
