We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 887b86a commit 28fb398Copy full SHA for 28fb398
1 file changed
services
@@ -231,8 +231,8 @@ case "${command}" in
231
export $(cat .env | grep "#" -v)
232
echo "Pulling Docker images"
233
docker pull -q quay.io/curl/curl
234
- ${dockerCmd} -f docker-compose/orion.yml pull
235
- ${dockerCmd} -f docker-compose/kong.yml pull
+ ${dockerCmd} -f docker-compose/orion-wilma.yml pull
+ ${dockerCmd} -f docker-compose/orion-kong.yml pull
236
;;
237
*)
238
echo "Command not Found."
0 commit comments