docker-instabot/docker-compose.yml

8 lines
126 B
YAML
Raw Normal View History

2018-04-11 10:38:22 +00:00
version: '3.6'
services:
instabot:
2018-04-11 13:20:14 +00:00
build: ./bot
2018-04-11 10:38:22 +00:00
restart: always
volumes:
2018-04-11 13:20:14 +00:00
- ./config.json:/app/config.json