Skip to content

Commit 08841b0

Browse files
committed
Remove docker-compose vars
1 parent 54d481e commit 08841b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ docker create \
8282
-e TZ=Europe/London \
8383
-e PASSWORD=password `#optional` \
8484
-e SUDO_PASSWORD=password `#optional` \
85-
-e PROXY_DOMAIN=code-server.my.domain `#optional` \
8685
-p 8443:8443 \
8786
-v /path/to/appdata/config:/config \
8887
--restart unless-stopped \
@@ -107,7 +106,6 @@ services:
107106
- TZ=Europe/London
108107
- PASSWORD=password #optional
109108
- SUDO_PASSWORD=password #optional
110-
- PROXY_DOMAIN=code-server.my.domain #optional
111109
volumes:
112110
- /path/to/appdata/config:/config
113111
ports:

0 commit comments

Comments
 (0)