mirror of
https://github.com/cupcakearmy/docker-instabot.git
synced 2024-12-21 23:16:23 +00:00
mount the db to persist the changes
This commit is contained in:
parent
6c5bec2b29
commit
94b4794a36
@ -6,4 +6,7 @@ services:
|
||||
restart: always
|
||||
container_name: instabot
|
||||
volumes:
|
||||
# Uncomment if you want to save the db.
|
||||
# In that case run `touch data.db` before running the container!
|
||||
# - ./data.db:/app/follows_db.db
|
||||
- ./config.json:/app/config.json:ro
|
Loading…
Reference in New Issue
Block a user