mirror of
https://github.com/bytedream/docker4ssh.git
synced 2025-06-27 09:50:31 +02:00
Initial commit
This commit is contained in:
11
examples/docker-compose.yml
Normal file
11
examples/docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
docker4ssh:
|
||||
build: .
|
||||
ports:
|
||||
- "8642:8642"
|
||||
volumes:
|
||||
- "./docker4ssh.log.log:/docker4ssh/docker4ssh.log"
|
||||
restart: unless-stopped
|
||||
container_name: docker4ssh
|
Reference in New Issue
Block a user