updated for motd support

This commit is contained in:
Nils 2020-09-21 11:13:19 +00:00 committed by GitHub
parent e04f0f63a0
commit 8216efb9a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ services:
volumes:
- ./ssh-chat-key:/ssh_key
- ./ssh-chat/admin_keys:/admin_keys
- ./motd:/motd
container_name: ssh-chat
```