Advertisement
Guest User

Untitled

a guest
Sep 21st, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. version: "3"
  2. services:
  3. nginx-proxy:
  4. image: lroguet/rpi-nginx-proxy
  5. container_name: nginx-proxy
  6. ports:
  7. - "80:80"
  8. volumes:
  9. - /var/run/docker.sock:/tmp/docker.sock:ro
  10.  
  11. web:
  12. container_name: ikhebwatvoorje.nl
  13. image: lroguet/rpi-nginx
  14. environment:
  15. - VIRTUAL_HOST=ikhebwatvoorje.nl
  16. - VIRTUAL_PORT=7002
  17. volumes:
  18. - /home/pi/wwwroot/ikhebwatvoorje.nl:/var/www/html
  19. ports:
  20. - "7002:80"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement