mirror of
				https://github.com/byReqz/probehost2.git
				synced 2025-11-04 00:11:30 +00:00 
			
		
		
		
	still use dockerhub
This commit is contained in:
		@@ -44,7 +44,7 @@ Example files for a systemd service can be found in the `systemd` subfolder.
 | 
				
			|||||||
## Docker
 | 
					## Docker
 | 
				
			||||||
A docker container based on <a href="https://alpinelinux.org">Alpine</a> can be built by using the included dockerfile (`docker/Dockerfile`).
 | 
					A docker container based on <a href="https://alpinelinux.org">Alpine</a> can be built by using the included dockerfile (`docker/Dockerfile`).
 | 
				
			||||||
```sh
 | 
					```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`.
 | 
					A compose file can also be found in `docker/docker-compose.yml`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,7 +3,7 @@ version: '2.3'
 | 
				
			|||||||
services:
 | 
					services:
 | 
				
			||||||
  probehost2:
 | 
					  probehost2:
 | 
				
			||||||
    container_name: probehost2
 | 
					    container_name: probehost2
 | 
				
			||||||
    image: reg.nils.lol/byreqz/probehost2:latest
 | 
					    image: byreqz/probehost2:latest
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
     - PROBEHOST_LOGPATH=/probehost2.log
 | 
					     - PROBEHOST_LOGPATH=/probehost2.log
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user