Guest User

Untitled

a guest
Feb 15th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. ⚡ tkerkhove@tomkerkhove C:\kong-on-azure
  2. ❯ az container create --name kong-migrations \
  3. --resource-group kong-sandbox \
  4. --image kong:latest \
  5. --restart-policy Never \
  6. --environment-variables KONG_PG_HOST="<instance-name>.postgres.database.azure.com" \
  7. KONG_PG_USER="<username>" \
  8. KONG_PG_PASSWORD="<password>" \
  9. --command-line "kong migrations bootstrap"
Add Comment
Please, Sign In to add comment