mirror of
https://github.com/linuxserver/docker-code-server
synced 2025-06-26 18:27:40 +00:00
make password auth optional
This commit is contained in:
@@ -59,7 +59,7 @@ docker create \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
-e TZ=Europe/London \
|
||||
-e PASSWORD=password \
|
||||
-e PASSWORD=password `#optional` \
|
||||
-p 8443:8443 \
|
||||
-v /path/to/appdata/config:/config \
|
||||
--restart unless-stopped \
|
||||
@@ -82,7 +82,7 @@ services:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/London
|
||||
- PASSWORD=password
|
||||
- PASSWORD=password #optional
|
||||
volumes:
|
||||
- /path/to/appdata/config:/config
|
||||
ports:
|
||||
@@ -100,7 +100,7 @@ Container images are configured using parameters passed at runtime (such as thos
|
||||
| `-e PUID=1000` | for UserID - see below for explanation |
|
||||
| `-e PGID=1000` | for GroupID - see below for explanation |
|
||||
| `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London |
|
||||
| `-e PASSWORD=password` | Specify a web gui password |
|
||||
| `-e PASSWORD=password` | Optional web gui password, if not provided, there will be no auth |
|
||||
| `-v /config` | Contains all relevant configuration files. |
|
||||
|
||||
## User / Group Identifiers
|
||||
|
||||
Reference in New Issue
Block a user