uci-docker-caddy/src/init/opt/env/run.env

6 lines
279 B
Bash

# will be sourced when "login" action is run via /etc/profile
# set these to customize the "custom" entrypoint command
export ENTRYPOINT_CMD=caddy
export ENTRYPOINT_CMD_PATH=$BIN_DIR/caddy
source $ENV_DIR/caddy.env
export VOLUME_DIRS="$XDG_CONFIG_HOME $XDG_DATA_HOME $CADDY_CONF"