1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/errbot/arm/docker-compose.yml

9 lines
162 B
YAML
Raw Normal View History

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