mirror of
https://github.com/cupcakearmy/docker-instabot.git
synced 2024-12-21 23:16:23 +00:00
8 lines
113 B
YAML
8 lines
113 B
YAML
version: '3.6'
|
|
|
|
services:
|
|
instabot:
|
|
build: ./
|
|
restart: always
|
|
volumes:
|
|
- ./app.py:/app/app.py |