diff --git a/README.md b/README.md index 38a4ddf..cff5ea4 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docker-compose.yml b/docker-compose.yml index c3258d7..fc49407 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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