Skip to content

Instantly share code, notes, and snippets.

@fuerbringer
Last active December 24, 2017 16:17
Show Gist options
  • Save fuerbringer/4d3ba53ae7f1fb6b6ba8c1f62934b06a to your computer and use it in GitHub Desktop.
Save fuerbringer/4d3ba53ae7f1fb6b6ba8c1f62934b06a to your computer and use it in GitHub Desktop.
version: '2'
services:
nginx-proxy:
image: jwilder/nginx-proxy
restart: always
network_mode: bridge
ports:
- "8080:80"
volumes:
- /var/run/docker.sock:/tmp/docker.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment