Files
dropshell-templates/docker-registry/_volumes.sh
j bded5acbfd
Some checks failed
Test and Publish Templates / test-and-publish (push) Failing after 11s
fix docker-registry
2026-01-14 12:23:51 +13:00

8 lines
198 B
Bash
Executable File

#!/bin/bash
# Define volume items for docker-registry container
# These are used across backup, restore, create, and destroy operations
get_registry_volumes() {
echo "path:data:${DATA_PATH}"
}