mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
feat: add CHECK_PRIVATE_IP environment variable to killercoda example's Docker Compose
This commit is contained in:
parent
12b88c4541
commit
4aa87794fa
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ services:
|
|||
- "7000:7000"
|
||||
environment:
|
||||
<<: *env
|
||||
CHECK_PRIVATE_IP: "no"
|
||||
restart: "unless-stopped"
|
||||
networks:
|
||||
- bw-universe
|
||||
|
|
|
|||
Loading…
Reference in a new issue