Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. nginx:
  2. image: nginx:1.13.8
  3. ports:
  4. - 80:80
  5. volumes:
  6. - ./public:/srv/www/laravel/public
  7. - ./nginx:/etc/nginx/conf.d
  8. networks:
  9. - frontend
  10. depends_on:
  11. - "golang"
  12. - "php"
  13. - "mysql"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement