mirror of
https://github.com/byReqz/ssh-chat-docker.git
synced 2024-12-04 15:31:50 +00:00
add docker-compose
compose using marcoslaters container till i finish mine
This commit is contained in:
parent
a3dc24aee2
commit
f04bfead20
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user