[scrutiny] Only listen on localhost
This commit is contained in:
parent
fbeafae905
commit
f7131c60b4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ services:
|
||||||
- scrutiny_config:/config
|
- scrutiny_config:/config
|
||||||
- /run/udev:/run/udev:ro
|
- /run/udev:/run/udev:ro
|
||||||
ports:
|
ports:
|
||||||
- 8081:8080
|
- 127.0.0.1:8081:8080
|
||||||
devices:
|
devices:
|
||||||
- ${first_device:-/dev/tty1}
|
- ${first_device:-/dev/tty1}
|
||||||
- ${second_device:-/dev/tty2}
|
- ${second_device:-/dev/tty2}
|
||||||
|
|
Loading…
Reference in a new issue