update path db

This commit is contained in:
Mylloon 2021-06-13 22:41:05 +02:00
parent 3dd361be25
commit be5df2cfdb
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ docker run -d \
--TOKEN_REDDIT_USER_AGENT="yourRedditUserAgent" \
--TIMEZONE="yourTimezone" \
--PREFIX="yourPrefix" \
-v /here/your/path/:/src/db/
-v /here/your/path/:/db
```
To find reddit tokens, go to [this site](https://www.reddit.com/prefs/apps) and here are the instructions: ![instructions](https://i.imgur.com/tEzYKDA.png)

View file

@ -12,5 +12,5 @@ services:
- TIMEZONE=yourTimezone # More info here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
- PREFIX=yourPrefix
volumes:
- /here/your/path/:/src/db/
- /here/your/path/:/db
restart: unless-stopped