We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3811ea5 commit 869f023Copy full SHA for 869f023
install/upgrade.md
@@ -2,7 +2,7 @@
2
title: Upgrade
3
description: How to upgrade to the latest version
4
published: true
5
-date: 2022-04-04T19:35:30.094Z
+date: 2023-02-07T05:38:49.811Z
6
tags: setup
7
editor: markdown
8
dateCreated: 2019-02-15T23:53:12.166Z
@@ -46,7 +46,7 @@ The following commands will pull the latest image and recreate the containers de
46
47
```bash
48
docker-compose pull wiki
49
-docker-compose up --force-recreate
+docker-compose up --force-recreate -d
50
```
51
52
### Linux / macOS <i class="mdi mdi-ubuntu"></i>
0 commit comments