We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d481e commit 08841b0Copy full SHA for 08841b0
README.md
@@ -82,7 +82,6 @@ docker create \
82
-e TZ=Europe/London \
83
-e PASSWORD=password `#optional` \
84
-e SUDO_PASSWORD=password `#optional` \
85
- -e PROXY_DOMAIN=code-server.my.domain `#optional` \
86
-p 8443:8443 \
87
-v /path/to/appdata/config:/config \
88
--restart unless-stopped \
@@ -107,7 +106,6 @@ services:
107
106
- TZ=Europe/London
108
- PASSWORD=password #optional
109
- SUDO_PASSWORD=password #optional
110
- - PROXY_DOMAIN=code-server.my.domain #optional
111
volumes:
112
- /path/to/appdata/config:/config
113
ports:
0 commit comments