File tree 3 files changed +24
-0
lines changed
3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ module.exports = {
47
47
[ "/screenshots/" , "Screenshots" ] ,
48
48
[ "/setup/" , "Setup Instructions" ] ,
49
49
[ "/advanced-config/" , "Advanced Configuration" ] ,
50
+ [ "/upgrading/" , "Upgrading" ] ,
50
51
[ "/faq/" , "Frequently Asked Questions" ] ,
51
52
[ "/third-party/" , "Third Party" ]
52
53
]
Original file line number Diff line number Diff line change @@ -97,3 +97,15 @@ Password: changeme
97
97
```
98
98
99
99
Immediately 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