sync with readme
This commit is contained in:
parent
768b1b5cf6
commit
23f35535a3
1 changed files with 1 additions and 1 deletions
|
@ -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/bot.sqlite3:/src/db/bot.sqlite3
|
- /here/your/path/:/src/db/
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Reference in a new issue