Guest User

Untitled

a guest
Nov 20th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. version: '2'
  2.  
  3. services:
  4. nginx-proxy:
  5. image: jwilder/nginx-proxy
  6. ports:
  7. - "80:80"
  8. volumes:
  9. - /var/run/docker.sock:/tmp/docker.sock:ro
  10.  
  11. web:
  12. image: nginx:1.13.1-alpine
  13. environment:
  14. - VIRTUAL_HOST=api.running-blue.com
Add Comment
Please, Sign In to add comment