Skip to content

Commit b6ef8ba

Browse files
committed
typo fix
1 parent 8fcdf57 commit b6ef8ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The following table shows the config variables used to set individual apps insid
99
| env_vars | dict | {"test1": "test123", "example": "example123"} | a dict of envvars that will be passed to each work containers, use {} for non |
1010
| docker_image | string | "registry.vidazoo.com:5000/nginx" | what docker image to run, note that it's currently not possible to set a different starting command then the one set in the container Dockerfile |
1111
| running | bool | true | true - app will run, false - stops said app |
12-
| networks | list | ["nebula", "bridge"] | the networks containers will be part of, if you wish to use host or none networks make sure that they are alone in the list (["host"] or ["none"]), a default bridge user network named "nebula" is also added in any case which is not "host" or "none", the "nebula" network can be either be added explictly (["nebula", "example-net"]) or implicitly (["example-net"]) and will also be added if an empty list is set ([]) |
12+
| networks | list | ["nebula", "bridge"] | the networks containers will be part of, if you wish to use "host" or "none" networks make sure that they are alone in the list (["host"] or ["none"]), a default bridge user network named "nebula" is also added in any case which is not "host" or "none", the "nebula" network can either be added explicitly (["nebula", "example-net"]) or implicitly (["example-net"]) and will also be added if an empty list is set ([]) |
1313
| volumes | list | ["/tmp:/tmp/1", "/var/tmp/:/var/tmp/1:ro"] | what volumes to mount inside the containers ,follows docker run -v syntex of host_path:container_path:ro/rw, use [] for non |
1414
| privileged | bool | false | true - app gets privileged permissions, false - no privileged permissions |
1515
| devices | list | ["/dev/usb/hiddev0:/dev/usb/hiddev0:rwm"] | what devices to grant the containers access ,follows docker run --device of host_path:container_path:ro/rwm, use [] for non |

0 commit comments

Comments
 (0)