Advertisement
Guest User

Untitled

a guest
Mar 14th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. $image = "$(gc env:IMAGE_PREFIX)/discovery:$(gc env:TAG)"
  2.  
  3. docker run -d `
  4. -e log.level=INFO `
  5. -e dbtype=MSSQL `
  6. -e dbclass=com.microsoft.sqlserver.jdbc.SQLServerDataSource `
  7. -e dbhost=mssql `
  8. -e dbport=1433 `
  9. -e dbname=Tridion_Discovery `
  10. -e dbuser=TridionBrokerUser `
  11. -e dbpassword=Tridion1 `
  12. -e discoveryurl=http://localhost:8082/discovery.svc `
  13. -e tokenurl=http://localhost:8082/token.svc `
  14. --network tangoniner_backend `
  15. -p 8082:8082 `
  16. --name disco `
  17. $image `
  18. /Discovery/bin/start.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement