Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. docker run --detach --rm --name oauth \
  2. --env "GEODB_ENABLED=false" \
  3. --env "HOST=0.0.0.0" \
  4. --env "PUBLIC_URL=https://fxa.localhorst.home:9010" \
  5. --env "CONTENT_URL=https://fxa.localhorst.home:3030/oauth" \
  6. --env "VERIFICATION_URL=https://fxa.localhorst.home:5050/v2" \
  7. --env "ISSUER=fxa.localhorst.home:9000" \
  8. --env "DB=mysql" \
  9. --env "MYSQL_HOST=172.17.0.1" \
  10. --env "MYSQL_PASSWORD=xxxxxxxx" \
  11. --env "NODE_EXTRA_CA_CERTS=/usr/local/share/ca-certificates/hsp_root_cert.crt" \
  12. --add-host="fxa.localhorst.home:192.168.0.2" \
  13. --entrypoint npm \
  14. fxa-oauth-server:latest run start-oauth
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement