Skip to content

Instantly share code, notes, and snippets.

@o0x2a
Last active August 24, 2016 14:44
Show Gist options
  • Select an option

  • Save o0x2a/a0c0355e47c2a1d26b4eef8c20c409b9 to your computer and use it in GitHub Desktop.

Select an option

Save o0x2a/a0c0355e47c2a1d26b4eef8c20c409b9 to your computer and use it in GitHub Desktop.
nginx.docker-compose.yml
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