mirror of
https://github.com/cupcakearmy/docker-instabot.git
synced 2025-09-05 21:00:41 +00:00
mount the db to persist the changes
This commit is contained in:
@@ -6,4 +6,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
container_name: instabot
|
container_name: instabot
|
||||||
volumes:
|
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
|
- ./config.json:/app/config.json:ro
|
Reference in New Issue
Block a user