docker-instabot/docker-compose.yml

9 lines
158 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
2018-04-18 12:02:18 +00:00
container_name: instabot
2018-04-11 10:38:22 +00:00
volumes:
2018-04-18 12:02:18 +00:00
- ./config.json:/app/config.json:ro