#80 Init docker-socket-proxy
This commit is contained in:
parent
3ffd661f14
commit
7bfb9b179c
18
homelab/server/config/docker-socket-proxy/docker-compose.yml
Normal file
18
homelab/server/config/docker-socket-proxy/docker-compose.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user