Update container naming

This commit is contained in:
2026-01-29 12:11:39 +01:00
parent 2c89da1af8
commit 93e1f8d2db

View File

@@ -14,7 +14,7 @@ set -e
# --- Configuration --- # --- Configuration ---
readonly CONTAINER_NAME="ExwayzMapping" 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 HOST_DIR="$(pwd)" # Use the current directory from where the script is run
readonly CONTAINER_DIR="/app" readonly CONTAINER_DIR="/app"
readonly MOUNT_PATH="${HOST_DIR}:${CONTAINER_DIR}" readonly MOUNT_PATH="${HOST_DIR}:${CONTAINER_DIR}"