Change back to new docker commands

This commit is contained in:
Mart van Santen 2022-09-22 17:26:39 +08:00 committed by Maarten de Waard
parent 11d14b823f
commit a22cd87221

View file

@ -29,4 +29,4 @@ if [[ -z "$HYDRA_CLIENT_SECRET" ]]; then
exit 1 exit 1
fi fi
KUBECTL_UID=${UID:-1001} KUBECTL_GID=${GID:-0} docker-compose up KUBECTL_UID=${UID:-1001} KUBECTL_GID=${GID:-0} docker compose up