diff --git a/start_exwayz_mapping_container.sh b/start_exwayz_mapping_container.sh index 661f81b..36764be 100644 --- a/start_exwayz_mapping_container.sh +++ b/start_exwayz_mapping_container.sh @@ -14,7 +14,7 @@ set -e # --- Configuration --- readonly CONTAINER_NAME="ExwayzMapping" -readonly IMAGE_NAME="beckhoff-exwayz:latest" +readonly IMAGE_NAME="exwayzMapping:latest" readonly HOST_DIR="$(pwd)" # Use the current directory from where the script is run readonly CONTAINER_DIR="/app" readonly MOUNT_PATH="${HOST_DIR}:${CONTAINER_DIR}"