still use dockerhub

This commit is contained in:
Nils 2022-05-29 15:53:09 +02:00
parent d87f9b568b
commit 2866c9915d
Signed by: byreqz
GPG Key ID: 396A62D7D436749E
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ Example files for a systemd service can be found in the `systemd` subfolder.
## Docker
A docker container based on <a href="https://alpinelinux.org">Alpine</a> can be built by using the included dockerfile (`docker/Dockerfile`).
```sh
docker build -f docker/Dockerfile . -t https://reg.nils.lol/byreqz/probehost2:latest
docker build -f docker/Dockerfile . -t byreqz/probehost2:latest
```
A compose file can also be found in `docker/docker-compose.yml`.

View File

@ -3,7 +3,7 @@ version: '2.3'
services:
probehost2:
container_name: probehost2
image: reg.nils.lol/byreqz/probehost2:latest
image: byreqz/probehost2:latest
restart: unless-stopped
environment:
- PROBEHOST_LOGPATH=/probehost2.log