#80 Init docker-socket-proxy

This commit is contained in:
Joey Hafner 2023-01-29 18:50:09 -08:00
parent 3ffd661f14
commit 7bfb9b179c

View File

@ -0,0 +1,18 @@
version: '3'
services:
docker-socket-proxy:
image: tecnativa/docker-socket-proxy
container_name: docker-socket-proxy_docker-socket-proxy
restart: "no"
ports:
- 127.0.0.1:2375:2375
volumes:
- /var/run/docker.sock:/var/run/docker.sock
networks:
- web
networks:
web:
external: true
privileged: true