mirror of
https://github.com/samjage/lab.git
synced 2026-06-06 02:40:43 +00:00
25 lines
479 B
YAML
25 lines
479 B
YAML
services:
|
|
socket-proxy:
|
|
image: tecnativa/docker-socket-proxy
|
|
container_name: docker-socket
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
ports:
|
|
- 2375:2375
|
|
environment:
|
|
CONTAINERS: 1
|
|
IMAGES: 1
|
|
INFO: 1
|
|
NETWORKS: 1
|
|
VOLUMES: 1
|
|
SERVICES: 1
|
|
TASKS: 1
|
|
POST: 1
|
|
ALLOW_START: 1
|
|
ALLOW_STOP: 1
|
|
ALLOW_RESTARTS: 1
|
|
networks:
|
|
backbone:
|
|
external: true
|