Skip to content

Commit

Permalink
back to old version
Browse files Browse the repository at this point in the history
  • Loading branch information
William-De71 committed Jan 21, 2025
1 parent 9deaeaf commit 73e1dc3
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions server/services/node-red/docker/gladys-node-red-container.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
"1880/tcp": {}
},
"HostConfig": {
"Binds": [
"/var/lib/gladysassistant/node-red:/data",
"/run/udev:/run/udev:ro"
],
"Binds": ["/var/lib/gladysassistant/node-red:/data", "/dev:/dev", "/run/udev:/run/udev:ro"],
"LogConfig": {
"Type": "json-file",
"Config": {
Expand All @@ -30,13 +27,7 @@
"DnsOptions": [],
"DnsSearch": [],
"BlkioWeightDevice": [],
"Devices": [
{
"PathOnHost": "/dev",
"PathInContainer": "/dev",
"CgroupPermissions": "rwm"
}
]
"Devices": []
},
"NetworkDisabled": false,
"AttachStdin": false,
Expand Down

0 comments on commit 73e1dc3

Please sign in to comment.