Skip to content

Custom Commands

For deploying your resources, you can add custom options to the final docker command, which is used to run your container.

Caution

Some of the docker native options are not supported, because it could break the Coolify's functionality. If you need any of the unsupported options, please contact us

Supported Options

  • --ip
  • --ip6
  • --shm-size
  • --cap-add
  • --cap-drop
  • --security-opt
  • --sysctl
  • --device
  • --ulimit
  • --init
  • --ulimit
  • --privileged
  • --gpus

Usage

You can simply add the options to the Custom Docker Options field on the General tab of your resource.

Example: --cap-add SYS_ADMIN --privileged