Skip to content

Commit 3194490

Browse files
committed
Run gendoc > ENVIRONMENT.md
1 parent 8e341d5 commit 3194490

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ENVIRONMENT.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ If 1, prints out more verbose logging such as HTTP request/response bodies.
2121
- Type: `bool`
2222
- Default: 0
2323

24+
#### `COMPLEMENT_HOSTNAME_RUNNING_COMPLEMENT`
25+
The hostname of Complement from the perspective of a Homeserver running inside a container. This can be useful for container runtimes using another hostname to access the host from a container, like Podman that uses `host.containers.internal` instead.
26+
- Type: `string`
27+
- Default: host.docker.internal
28+
2429
#### `COMPLEMENT_HOST_MOUNTS`
2530
A list of semicolon separated host mounts to mount on every container. The structure of the mount is `host-path:container-path:[ro]` for example `/path/on/host:/path/on/container` - you can optionally specify `:ro` to mount the path as readonly. A complete example with multiple mounts would look like `/host/a:/container/a:ro;/host/b:/container/b;/host/c:/container/c`
2631
- Type: `[]HostMount`

0 commit comments

Comments
 (0)