mirror of
https://github.com/byReqz/ssh-chat-docker.git
synced 2024-10-31 18:53:13 +00:00
12 lines
238 B
YAML
12 lines
238 B
YAML
version: '3.1'
|
|
services:
|
|
ssh-chat:
|
|
image: byreqz/ssh-chat:latest
|
|
restart: always
|
|
ports:
|
|
- "2022:2022"
|
|
volumes:
|
|
- ./ssh-chat-key:/ssh_key
|
|
- ./ssh-chat/admin_keys:/admin_keys
|
|
container_name: ssh-chat
|