adding right path for the db

This commit is contained in:
Mylloon 2021-08-15 12:24:18 +02:00
parent f8b238e2d2
commit 2ea4432795
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ docker run -d \
--TOKEN_REDDIT_USER_AGENT="yourRedditUserAgent" \
--TIMEZONE="yourTimezone" \
--PREFIX="yourPrefix" \
-v /here/your/path/:/db \
-v /here/your/path/:/opt/db \
--network="default" \
--restart=unless-stopped
```

View file

@ -12,7 +12,7 @@ services:
- TIMEZONE=yourTimezone # More info here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
- PREFIX=yourPrefix
volumes:
- /here/your/path/:/db
- /here/your/path/:/opt/db
networks:
- default
depends_on: