docker-instabot/docker-compose.yml
2018-04-11 12:38:22 +02:00

8 lines
113 B
YAML

version: '3.6'
services:
instabot:
build: ./
restart: always
volumes:
- ./app.py:/app/app.py