1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:17:06 +02:00
dockerfiles/errbot/arm/docker-compose.yml

9 lines
162 B
YAML
Raw Normal View History

2017-01-22 20:23:42 +08:00
errbot:
image: easypi/errbot-arm
volumes:
- ./data:/home/errbot
2017-01-23 01:31:09 +08:00
- /usr/lib/python3.5/site-packages
2017-01-22 22:21:00 +08:00
stop_signal: SIGINT
2017-01-22 20:23:42 +08:00
tty: yes
restart: always