mirror of
https://github.com/cupcakearmy/docker-instabot.git
synced 2025-09-05 12:50:40 +00:00
mount the db to persist the changes
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user