-e BASE_URL=/ombi `# optional` `# Subfolder can optionally be defined as an env variable for reverse proxies. Keep in mind that once this value is defined, the gui setting for base url no longer works. To use the gui setting, remove this env variable.` \
-p 3579:3579 `# web gui` \
-v ${BASEDIR:-/volume1/docker}/ombi/config:/config `# Contains all relevant configuration files.` \