Skip to content

Instantly share code, notes, and snippets.

@containeroo-gists
Created November 12, 2019 12:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save containeroo-gists/949e4acfe9069c2514d37baa47755c4c to your computer and use it in GitHub Desktop.
Save containeroo-gists/949e4acfe9069c2514d37baa47755c4c to your computer and use it in GitHub Desktop.
version: '3.6'
services:
socket-proxy:
image: tecnativa/docker-socket-proxy
container_name: socket-proxy
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
CONTAINERS: 1
networks:
- proxy
networks:
proxy:
external: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment