mirror of
https://github.com/byReqz/probehost2.git
synced 2024-11-14 11:23:13 +00:00
still use dockerhub
This commit is contained in:
parent
d87f9b568b
commit
2866c9915d
@ -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`.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user