mirror of
https://github.com/cupcakearmy/docker-instabot.git
synced 2024-12-22 07:16:24 +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
|
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
|
Loading…
Reference in New Issue
Block a user