add docker-compose

compose using marcoslaters container till i finish mine
This commit is contained in:
Nils 2020-09-16 12:00:10 +00:00 committed by GitHub
parent a3dc24aee2
commit f04bfead20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@ -0,0 +1,11 @@
version: '3.1'
services:
ssh-chat:
image: marcoslater/ssh-chat:latest
restart: always
ports:
- "2022:2022"
volumes:
- ./ssh-chat-key:/ssh_key
- ./ssh-chat/admin_keys:/admin_keys
container_name: ssh-chat