commit
afb2e515d7
@ -11,10 +11,11 @@
|
|||||||
|
|
||||||
|
|
||||||
**If you are running Dockerised Nadeko**
|
**If you are running Dockerised Nadeko**
|
||||||
- Shutdown your existing container **docker stop nadeko**
|
|
||||||
- Move you credentials and other files to another folder
|
- Shutdown your existing container **docker stop nadeko**.
|
||||||
- Delete your container **docker rm nadeko**
|
- Move you credentials and other files to another folder.
|
||||||
- Create a new container **docker create --name=nadeko -v /nadeko/:/root/nadeko uirel/nadeko:dev**
|
- Delete your container **docker rm nadeko**.
|
||||||
- Start the container **docker start nadeko** wait for it to complain about lacking credentials
|
- Create a new container **docker create --name=nadeko -v /nadeko/:/root/nadeko uirel/nadeko:dev**.
|
||||||
- Stop the container **docker stop nadeko** open the nadeko folder and replace the crednetials, database and other files with your copies
|
- Start the container **docker start nadeko** wait for it to complain about lacking credentials.
|
||||||
- Restart the container **docker start nadeko**
|
- Stop the container **docker stop nadeko** open the nadeko folder and replace the crednetials, database and other files with your copies.
|
||||||
|
- Restart the container **docker start nadeko**.
|
||||||
|
Loading…
Reference in New Issue
Block a user