docs(README): use git.cryptic.systems instead of docker.io
All checks were successful
Build / build-amd64 (push) Successful in 18s
Lint Markdown files / markdown-lint (push) Successful in 4s
Update Docker Hub Description / update-description-on-hub-docker-io (push) Successful in 4s
Build / build-arm64 (push) Successful in 1m13s

This commit is contained in:
Markus Pesch 2025-05-13 19:00:29 +02:00
parent 55b4b19302
commit bb070d0239
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -28,7 +28,7 @@ $ docker run \
--env DATABASE_USER: fetchmail \
--env DATABASE_PASSWORD: MySecretPassword \
--network host \
volkerraschek/fetchmail:latest
git.cryptic.systems/volker.raschek/fetchmail:latest
```
### MySQL
@ -43,7 +43,7 @@ $ docker run \
--env DATABASE_USER: fetchmail \
--env DATABASE_PASSWORD: MySecretPassword \
--network host \
volkerraschek/fetchmail:latest
git.cryptic.systems/volker.raschek/fetchmail:latest
```
### docker-compose
@ -56,7 +56,7 @@ located exclusively in the same directory as the `docker-compose.yml` file and m
version: "3"
services:
fetchmail:
image: volkerraschek/fetchmail:latest
image: git.cryptic.systems/volker.raschek/fetchmail:latest
environment:
- DATABASE_TYPE=${DATABASE_TYPE}
- DATABASE_HOST=${DATABASE_HOST}