Last active
August 24, 2016 14:44
-
-
Save o0x2a/a0c0355e47c2a1d26b4eef8c20c409b9 to your computer and use it in GitHub Desktop.
nginx.docker-compose.yml
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: '2' | |
| services: | |
| web: | |
| image: nginx | |
| ports: | |
| - "80:80" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment