Skip to content

Commit 9420c92

Browse files
authored
Merge pull request #29 from Maintainerr/docker-image
Reference major tag instead of latest
2 parents a367e27 + 5a72a16 commit 9420c92

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/Contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ description: Contributing to Maintainerr in some way? Look no further. All you n
33
title: 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"

docs/Installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

5353
1. This is defined as `host:container`.
@@ -73,7 +73,7 @@ docker rm -f maintainerr
7373
Pull the latest image:
7474

7575
```bash
76-
docker pull ghcr.io/maintainerr/maintainerr:latest
76+
docker pull ghcr.io/maintainerr/maintainerr:2
7777
```
7878

7979
Finally, 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}
8888
services:
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

docs/overrides/homepage/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)