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"
78
78
79
79
How to create the [ hashed password] ( https://github.com/cdr/code-server/blob/master/docs/FAQ.md#can-i-store-my-password-hashed ) .
80
80
81
-
82
81
## Usage
83
82
84
83
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
85
84
85
+ > [ !NOTE]
86
+ > Unless a parameter is flaged as 'optional', it is * mandatory* and a value must be provided.
87
+
86
88
### docker-compose (recommended, [ click here for more info] ( https://docs.linuxserver.io/general/docker-compose ) )
87
89
88
90
``` yaml
@@ -134,7 +136,7 @@ Containers are configured using parameters passed at runtime (such as those abov
134
136
135
137
| Parameter | Function |
136
138
| :----: | --- |
137
- | ` -p 8443 ` | web gui |
139
+ | ` -p 8443:8443 ` | web gui |
138
140
| ` -e PUID=1000 ` | for UserID - see below for explanation |
139
141
| ` -e PGID=1000 ` | for GroupID - see below for explanation |
140
142
| ` -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