2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 14:31:51 +01:00

fix errbot stop_signal

This commit is contained in:
kev
2017-01-22 22:21:00 +08:00
parent 1168e58d77
commit 57a9178321
6 changed files with 10 additions and 4 deletions

View File

@@ -2,5 +2,6 @@ errbot:
image: vimagick/errbot
volumes:
- ./data:/home/errbot
stop_signal: SIGINT
tty: yes
restart: always