docker4ssh/examples/docker-compose.yml

14 lines
327 B
YAML

version: '3.7'
services:
docker4ssh:
build: https://raw.githubusercontent.com/ByteDream/docker4ssh/main/examples/Dockerfile
ports:
- "2222:2222"
volumes:
- type: bind
source: /var/run/docker.sock
target: /var/run/docker.sock
restart: unless-stopped
container_name: docker4ssh