Add blocker ip and port env vars.
This commit is contained in:
parent
60cef34bfc
commit
424b2e093b
|
@ -40,6 +40,8 @@ services:
|
|||
environment:
|
||||
- CLAMAV_IP=${CLAMAV_IP:-10.10.10.100}
|
||||
- CLAMAV_PORT=${CLAMAV_PORT:-3310}
|
||||
- BLOCKER_IP=${BLOCKER_IP:-10.10.10.110}
|
||||
- BLOCKER_PORT=${BLOCKER_PORT:-4000}
|
||||
expose:
|
||||
- 4000
|
||||
networks:
|
||||
|
|
Reference in New Issue