Skip to content

Instantly share code, notes, and snippets.

@Nullizer
Created March 18, 2018 10:29
Show Gist options
  • Save Nullizer/890e4c727c2cd4b2adef374be243866e to your computer and use it in GitHub Desktop.
Save Nullizer/890e4c727c2cd4b2adef374be243866e to your computer and use it in GitHub Desktop.
nginx-for-project-docker
version: '3'
services:
web:
image: nginx
volumes:
- .:/usr/share/nginx/html
ports:
- "8080:80"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment