Created
March 18, 2018 10:29
-
-
Save Nullizer/890e4c727c2cd4b2adef374be243866e to your computer and use it in GitHub Desktop.
nginx-for-project-docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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