Skip to content

Instantly share code, notes, and snippets.

@blackstorm
Created March 8, 2018 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blackstorm/d446814539daace544d0c9c61e842d18 to your computer and use it in GitHub Desktop.
Save blackstorm/d446814539daace544d0c9c61e842d18 to your computer and use it in GitHub Desktop.
nginx-docker-compose.yml
nginx:
image: nginx
restart: always
volumes:
- ./nginx:/etc/nginx
- ./ssl:/etc/nginx/ssl
ports:
- 443:443
- 80:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment