Skip to content

Instantly share code, notes, and snippets.

@debuggerboy
Created July 30, 2017 09:25
Show Gist options
  • Save debuggerboy/9e5d3d823974dd406ea7af4051c3eaee to your computer and use it in GitHub Desktop.
Save debuggerboy/9e5d3d823974dd406ea7af4051c3eaee to your computer and use it in GitHub Desktop.
Local Nginx
version: "3.2"
services:
nginx:
container_name: local-dev-web
image: nginx:latest
networks :
- local-devnet
ports:
- "80:80"
networks:
local-devnet:
driver: bridge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment