mirror of
https://github.com/byReqz/probehost2.git
synced 2025-07-30 14:52:41 +00:00
add environment values
This commit is contained in:
@@ -5,6 +5,11 @@ services:
|
||||
container_name: probehost2
|
||||
image: byreqz/probehost2:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PROBEHOST_LOGPATH=/probehost2.log
|
||||
- PROBEHOST_ALLOW_PRIVATE=false
|
||||
- PROBEHOST_DISABLE_X_FORWARDED_FOR=false
|
||||
- PROBEHOST_LISTEN_PORT=8000
|
||||
ports:
|
||||
- 1234:8000
|
||||
volumes:
|
||||
|
Reference in New Issue
Block a user