mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Disable SELinux enforcement on dev containers (#127774)
This commit is contained in:
parent
bce274155c
commit
6ee452aef3
@ -12,7 +12,12 @@
|
||||
},
|
||||
// Port 5683 udp is used by Shelly integration
|
||||
"appPort": ["8123:8123", "5683:5683/udp"],
|
||||
"runArgs": ["-e", "GIT_EDITOR=code --wait"],
|
||||
"runArgs": [
|
||||
"-e",
|
||||
"GIT_EDITOR=code --wait",
|
||||
"--security-opt",
|
||||
"label=disable"
|
||||
],
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user