mirror of
https://github.com/bytedream/docker4ssh.git
synced 2025-05-09 12:15:11 +02:00
14 lines
325 B
YAML
14 lines
325 B
YAML
version: '3'
|
|
|
|
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
|