You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,11 +64,13 @@ The architectures supported by this image are:
64
64
- Unlike the upstream project, this image encodes the cookie information with fernet, using a randomly generated key during container creation (or optionally user defined).
65
65
- Also unlike the upstream project, this image serves the login page at `/ldaplogin` (as well as `/login`) to prevent clashes with reverse proxied apps that may also use `/login` for their internal auth.
66
66
67
-
68
67
## Usage
69
68
70
69
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
71
70
71
+
>[!NOTE]
72
+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
73
+
72
74
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
73
75
74
76
```yaml
@@ -113,8 +115,8 @@ Containers are configured using parameters passed at runtime (such as those abov
113
115
114
116
| Parameter | Function |
115
117
| :----: | --- |
116
-
|`-p 8888`| the port for ldap auth daemon |
117
-
|`-p 9000`| the port for ldap login page |
118
+
|`-p 8888:8888`| the port for ldap auth daemon |
119
+
|`-p 9000:9000`| the port for ldap login page |
118
120
|`-e PUID=1000`| for UserID - see below for explanation |
119
121
|`-e PGID=1000`| for GroupID - see below for explanation |
120
122
|`-e TZ=Etc/UTC`| specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
0 commit comments