mirror of
https://github.com/byReqz/ssh-chat-docker.git
synced 2024-11-01 02:53:13 +00:00
12 lines
243 B
YAML
12 lines
243 B
YAML
|
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
|