Skip to content

Instantly share code, notes, and snippets.

@esenthil2018
Created January 26, 2022 03:37
Show Gist options
  • Save esenthil2018/7a8a013b6b9790be82f13073be8d18f0 to your computer and use it in GitHub Desktop.
Save esenthil2018/7a8a013b6b9790be82f13073be8d18f0 to your computer and use it in GitHub Desktop.
services:
web1: &web
image: nginx
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf:ro
- ./templates:/etc/nginx/templates
port:
- 80:80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment