update path db
This commit is contained in:
parent
3dd361be25
commit
be5df2cfdb
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ docker run -d \
|
||||||
--TOKEN_REDDIT_USER_AGENT="yourRedditUserAgent" \
|
--TOKEN_REDDIT_USER_AGENT="yourRedditUserAgent" \
|
||||||
--TIMEZONE="yourTimezone" \
|
--TIMEZONE="yourTimezone" \
|
||||||
--PREFIX="yourPrefix" \
|
--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)
|
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)
|
||||||
|
|
|
@ -12,5 +12,5 @@ services:
|
||||||
- TIMEZONE=yourTimezone # More info here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
- TIMEZONE=yourTimezone # More info here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||||
- PREFIX=yourPrefix
|
- PREFIX=yourPrefix
|
||||||
volumes:
|
volumes:
|
||||||
- /here/your/path/:/src/db/
|
- /here/your/path/:/db
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Reference in a new issue