Skip to content

Commit

Permalink
Add missed CONFIG_VOLUME_MOUNT_ARG
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Feb 1, 2024
1 parent e30e6b7 commit 5572922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/run-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ fi
# is opposite of the above. See:
# https://www.grymoire.com/Unix/Sh.html#uh-36
ADD_HOST_ARG="${TNF_ENABLE_CRC_TESTING:+--add-host api.crc.testing:host-gateway}"
CONFIG_VOLUME_MOUNT_ARG="${LOCAL_TNF_CONFIG:+-v $LOCAL_TNF_CONFIG:$CONTAINER_TNF_DIR/config:Z}"
CONTAINER_TNF_DOCKERCFG="${CONTAINER_TNF_DOCKERCFG:-NA}"
DNS_ARG="${DNS_ARG:+--dns $DNS_ARG}"
TNF_OFFLINE_DB_MOUNT_ARG="${LOCAL_TNF_OFFLINE_DB:+-v $LOCAL_TNF_OFFLINE_DB:/usr/offline-db-ext:Z}"
Expand Down

0 comments on commit 5572922

Please sign in to comment.