Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shawnhank/9da5c5a7bb3fdfd30ec2decece1741c3 to your computer and use it in GitHub Desktop.
Save shawnhank/9da5c5a7bb3fdfd30ec2decece1741c3 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