mirror of
https://github.com/cupcakearmy/docker-instabot.git
synced 2024-12-22 07:16:24 +00:00
8 lines
126 B
YAML
8 lines
126 B
YAML
version: '3.6'
|
|
|
|
services:
|
|
instabot:
|
|
build: ./bot
|
|
restart: always
|
|
volumes:
|
|
- ./config.json:/app/config.json |