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

Advanced settings
Click the Advanced tab to configure runtime behavior.
- Always pull the image: When enabled, the container image is pulled from the registry whenever a new node is started. This ensures your container is always running the latest version.
- 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.