Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. version: "3"
  2.  
  3. services:
  4. proxy:
  5. build:
  6. context: ./_docker
  7. dockerfile: nginx/dockerfile
  8. restart: always
  9. ports:
  10. - "80:80"
  11. volumes:
  12. - ./static/public:/static
  13. # depends_on:
  14. # - client_web
  15. # client-web:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement