Change back to new docker commands
This commit is contained in:
parent
11d14b823f
commit
a22cd87221
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue