File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -78,11 +78,13 @@ git config --global user.email "email address"
7878
7979How 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
8483To 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 ) . |
You can’t perform that action at this time.
0 commit comments