Skip to content

Instantly share code, notes, and snippets.

@supakornkim
Created May 3, 2020 04:20
Show Gist options
  • Save supakornkim/7e086e417fac2458856c4166defdfe8f to your computer and use it in GitHub Desktop.
Save supakornkim/7e086e417fac2458856c4166defdfe8f to your computer and use it in GitHub Desktop.
nginx-proxy
version: '3'
services:
nginx-proxy:
image: jwilder/nginx-proxy
container_name: nginx-proxy
restart: always
ports:
- "80:80"
- "443:443"
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
networks:
default:
external:
name: nginx-proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment