Skip to content

Commit b127f02

Browse files
committed
Added upgrade steps
1 parent c9c53d9 commit b127f02

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

docs/.vuepress/config.js

+1
Original file line numberDiff line numberDiff 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
]

docs/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,15 @@ Password: changeme
9797
```
9898

9999
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+

docs/upgrading/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+

0 commit comments

Comments
 (0)