File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ module.exports = {
4747 [ "/screenshots/" , "Screenshots" ] ,
4848 [ "/setup/" , "Setup Instructions" ] ,
4949 [ "/advanced-config/" , "Advanced Configuration" ] ,
50+ [ "/upgrading/" , "Upgrading" ] ,
5051 [ "/faq/" , "Frequently Asked Questions" ] ,
5152 [ "/third-party/" , "Third Party" ]
5253 ]
Original file line number Diff line number Diff line change @@ -97,3 +97,15 @@ Password: changeme
9797```
9898
9999Immediately after logging in with this default user you will be asked to modify your details and change your password.
100+
101+ 5 . Upgrading to new versions
102+
103+ ``` bash
104+ docker-compose pull
105+ docker-compose up -d
106+ ```
107+
108+ This project will automatically update any databases or other requirements so you don't have to follow
109+ any crazy instructions. These steps above will pull the latest updates and recreate the docker
110+ containers.
111+
Original file line number Diff line number Diff line change 1+ # Upgrading
2+
3+ ``` bash
4+ docker-compose pull
5+ docker-compose up -d
6+ ```
7+
8+ This project will automatically update any databases or other requirements so you don't have to follow
9+ any crazy instructions. These steps above will pull the latest updates and recreate the docker
10+ containers.
11+
You can’t perform that action at this time.
0 commit comments