Skip to content

Commit 09932d5

Browse files
Bot Updating Templated Files
1 parent 2ab1bf0 commit 09932d5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,13 @@ git config --global user.email "email address"
7878

7979
How to create the [hashed password](https://github.com/cdr/code-server/blob/master/docs/FAQ.md#can-i-store-my-password-hashed).
8080

81-
8281
## Usage
8382

8483
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
8584

85+
>[!NOTE]
86+
>Unless a parameter is flaged as 'optional', it is *mandatory* and a value must be provided.
87+
8688
### docker-compose (recommended, [click here for more info](https://docs.linuxserver.io/general/docker-compose))
8789

8890
```yaml
@@ -134,7 +136,7 @@ Containers are configured using parameters passed at runtime (such as those abov
134136

135137
| Parameter | Function |
136138
| :----: | --- |
137-
| `-p 8443` | web gui |
139+
| `-p 8443:8443` | web gui |
138140
| `-e PUID=1000` | for UserID - see below for explanation |
139141
| `-e PGID=1000` | for GroupID - see below for explanation |
140142
| `-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

Comments
 (0)