Sign inSign up

bartvvenrooij/nginx

By bartvvenrooij

•Updated about 7 years ago

Image
0

101

bartvvenrooij/nginx repository overview

⁠HTMP for docker

⁠Docker compose file
  nginx:
    image: bartvvenrooij/nginx
    ports:
      - 80:80
      - 443:443
    networks:
      - web
    links:
      - php
      - mysql
    volumes:
      - ./docker/nginx/site.conf:/etc/nginx/nginx.conf
      - ./docker/nginx/sites-enabled/local.site.conf:/etc/nginx/sites-enabled/local.site.conf
      - ./:/var/www/html/

Tag summary

Content type

Image

Digest

Size

42.5 MB

Last updated

almost 8 years ago

docker pull bartvvenrooij/nginx