Merge branch '1.9' of https://github.com/kwoth/nadekobot into 1.9
This commit is contained in:
commit
5c26036634
@ -186,7 +186,7 @@ For windows (regular installation, or from the updater), this is usually
|
||||
## DB files
|
||||
|
||||
Nadeko saves all the settings and infomations in `NadekoBot.db` file here:
|
||||
`NadekoBot/src/NadekoBot/bin/Release/netcoreapp1.1/data/NadekoBot.db` (macOS and Linux)
|
||||
`NadekoBot/src/NadekoBot/bin/Release/netcoreapp2.0/data/NadekoBot.db` (macOS and Linux)
|
||||
`NadekoBot\system\data` (Windows)
|
||||
|
||||
in order to open the database file you will need [DB Browser for SQLite](http://sqlitebrowser.org/).
|
||||
|
@ -8,7 +8,7 @@ Nadeko is written in C# and Discord.Net for more information visit <https://gith
|
||||
#### Setting up the container
|
||||
For this guide we will be using the folder /nadeko as our config root folder.
|
||||
```
|
||||
docker create --name=nadeko -v /nadeko/conf/:/root/nadeko -v /nadeko/data:/opt/NadekoBot/src/NadekoBot/bin/Release/netcoreapp1.1/data uirel/nadeko:1.4
|
||||
docker create --name=nadeko -v /nadeko/conf/:/root/nadeko -v /nadeko/data:/opt/NadekoBot/src/NadekoBot/bin/Release/netcoreapp2.0/data uirel/nadeko:1.4
|
||||
```
|
||||
|
||||
#### Moving `credentials.json` into the docker container.
|
||||
@ -46,7 +46,7 @@ The following commands are required for the default options
|
||||
`docker stop nadeko; docker rm nadeko`
|
||||
|
||||
```
|
||||
docker create --name=nadeko -v /nadeko/conf/:/root/nadeko -v /nadeko/data:/opt/NadekoBot/src/NadekoBot/bin/Release/netcoreapp1.1/data uirel/nadeko:1.4
|
||||
docker create --name=nadeko -v /nadeko/conf/:/root/nadeko -v /nadeko/data:/opt/NadekoBot/src/NadekoBot/bin/Release/netcoreapp2.0/data uirel/nadeko:1.4
|
||||
```
|
||||
|
||||
`docker start nadeko`
|
||||
|
Loading…
Reference in New Issue
Block a user