Remove vestigial welcome volume mount

This commit is contained in:
Jackson Egan 2020-09-14 23:53:33 -04:00
parent 9c80395bff
commit b41aaf3c72
1 changed files with 0 additions and 1 deletions

View File

@ -18,6 +18,5 @@ services:
- ${PWD}/config/:/bot/config - ${PWD}/config/:/bot/config
- ${PWD}/credentials.json:/bot/credentials.json - ${PWD}/credentials.json:/bot/credentials.json
- ${PWD}/token.pickle:/bot/token.pickle - ${PWD}/token.pickle:/bot/token.pickle
- ${PWD}/welcome.md:/bot/welcome.md
stop_signal: SIGINT stop_signal: SIGINT