File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ description: Contributing to Maintainerr in some way? Look no further. All you n
33title : Contributing
44---
55
6- --8<-- "https://raw.githubusercontent.com/jorenn92 /Maintainerr/refs/heads/main/CONTRIBUTING.md "
6+ --8<-- "https://raw.githubusercontent.com/Maintainerr /Maintainerr/refs/heads/main/CONTRIBUTING.md "
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Setting the host data directory largely depends on how you are installing Mainta
4747 -u 1000:1000 \
4848 -p 6246:6246 \ # (1)!
4949 --restart unless-stopped \
50- ghcr.io/maintainerr/maintainerr:latest # (2)!
50+ ghcr.io/maintainerr/maintainerr:2 # (2)!
5151```
5252
53531 . This is defined as ` host:container ` .
@@ -73,7 +73,7 @@ docker rm -f maintainerr
7373Pull the latest image:
7474
7575``` bash
76- docker pull ghcr.io/maintainerr/maintainerr:latest
76+ docker pull ghcr.io/maintainerr/maintainerr:2
7777```
7878
7979Finally, run the container with the same parameters you originally used to create/start the container.
@@ -87,7 +87,7 @@ Define the Maintainerr service in your docker-compose.yml as follows.
8787``` yaml {.annotate}
8888services :
8989 maintainerr :
90- image : ghcr.io/maintainerr/maintainerr:latest # (1)!
90+ image : ghcr.io/maintainerr/maintainerr:2 # (1)!
9191 user : 1000:1000
9292 volumes :
9393 - type : bind
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ <h1> Docker Run - Quick Start </h1>
260260 -u 1000:1000 \
261261 -p 6246:6246 \
262262 --restart unless-stopped \
263- ghcr.io/maintainerr/maintainerr:latest
263+ ghcr.io/maintainerr/maintainerr:2
264264 </ pre >
265265 </ div >
266266 </ div >
You can’t perform that action at this time.
0 commit comments