Guest User

Untitled

a guest
Nov 1st, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. version: '3'
  2. services:
  3. web:
  4. image: "registryname.azurecr.io/imagename"
  5. ports:
  6. - "80:80"
  7. volumes:
  8. - ${WEBAPP_STORAGE_HOME}/LogFiles/Application:/code/log
  9.  
  10. ### App Settings required:
  11. #
  12. # DOCKER_REGISTRY_SERVER_USERNAME = [azure-container-registry-name]
  13. # DOCKER_REGISTRY_SERVER_URL = [azure-container-registry-name].azurecr.io
  14. # DOCKER_REGISTRY_SERVER_PASSWORD = [password]
  15. #
  16. ##
Add Comment
Please, Sign In to add comment