mount the db to persist the changes

This commit is contained in:
nicco 2019-01-14 19:35:50 +01:00
parent 6c5bec2b29
commit 94b4794a36
1 changed files with 3 additions and 0 deletions

View File

@ -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