docs(README): use git.cryptic.systems instead of docker.io
All checks were successful
All checks were successful
This commit is contained in:
parent
55b4b19302
commit
bb070d0239
@ -28,7 +28,7 @@ $ docker run \
|
|||||||
--env DATABASE_USER: fetchmail \
|
--env DATABASE_USER: fetchmail \
|
||||||
--env DATABASE_PASSWORD: MySecretPassword \
|
--env DATABASE_PASSWORD: MySecretPassword \
|
||||||
--network host \
|
--network host \
|
||||||
volkerraschek/fetchmail:latest
|
git.cryptic.systems/volker.raschek/fetchmail:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
### MySQL
|
### MySQL
|
||||||
@ -43,7 +43,7 @@ $ docker run \
|
|||||||
--env DATABASE_USER: fetchmail \
|
--env DATABASE_USER: fetchmail \
|
||||||
--env DATABASE_PASSWORD: MySecretPassword \
|
--env DATABASE_PASSWORD: MySecretPassword \
|
||||||
--network host \
|
--network host \
|
||||||
volkerraschek/fetchmail:latest
|
git.cryptic.systems/volker.raschek/fetchmail:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
### docker-compose
|
### docker-compose
|
||||||
@ -56,7 +56,7 @@ located exclusively in the same directory as the `docker-compose.yml` file and m
|
|||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
fetchmail:
|
fetchmail:
|
||||||
image: volkerraschek/fetchmail:latest
|
image: git.cryptic.systems/volker.raschek/fetchmail:latest
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_TYPE=${DATABASE_TYPE}
|
- DATABASE_TYPE=${DATABASE_TYPE}
|
||||||
- DATABASE_HOST=${DATABASE_HOST}
|
- DATABASE_HOST=${DATABASE_HOST}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user