mirror of
https://github.com/bytedream/docker4ssh.git
synced 2025-05-09 12:15:11 +02:00
12 lines
212 B
YAML
12 lines
212 B
YAML
version: '3'
|
|
|
|
services:
|
|
docker4ssh:
|
|
build: .
|
|
ports:
|
|
- "8642:8642"
|
|
volumes:
|
|
- "./docker4ssh.log.log:/docker4ssh/docker4ssh.log"
|
|
restart: unless-stopped
|
|
container_name: docker4ssh
|