Skip to content

Instantly share code, notes, and snippets.

@naviarh
Created February 13, 2022 12:59
Show Gist options
  • Save naviarh/0dd08c077ca7e23948303bad3bdb13d5 to your computer and use it in GitHub Desktop.
Save naviarh/0dd08c077ca7e23948303bad3bdb13d5 to your computer and use it in GitHub Desktop.
version: "3"
services:
web:
image: nginx
volumes:
- "./nginx/templates:/etc/nginx/templates"
- "./html:/usr/share/nginx/html:ro"
ports:
- "80:80"
environment:
- NGINX_HOST=localhost
- NGINX_PORT=80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment