fix docker-registry
Some checks failed
Test and Publish Templates / test-and-publish (push) Failing after 11s

This commit is contained in:
j
2026-01-14 12:23:51 +13:00
parent c1e521a3b4
commit bded5acbfd
4 changed files with 12 additions and 5 deletions

View File

@@ -12,5 +12,5 @@ REQUIRES_DOCKER_ROOT=false
IMAGE_REGISTRY="docker.io"
IMAGE_REPO="library/registry"
# Volume settings - stores all registry data (images, blobs, etc.)
DATA_VOLUME="${CONTAINER_NAME}_data"
# Path settings - stores all registry data (images, blobs, etc.)
DATA_PATH="${SERVICE_PATH}/data"