casjay 5eb3ff1598
🗃️ Committing everything that changed 🗃️
applications/
configs/
lists/
wwwroot/
2023-08-22 17:53:03 -04:00

5 lines
215 B
Bash

mkdir -p "/config/registry" "/data/registry"
[ -d "/etc/docker-registry" ] && rm -Rf "/etc/docker-registry"/*
ln -sf "/config/registry" "/etc/docker-registry"
ln -sf "$(type -P docker-registry)" "/usr/bin/registry"