mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2024-11-22 20:15:41 +01:00
Remove docker-compose vars
This commit is contained in:
parent
54d481ef55
commit
08841b0f51
@ -82,7 +82,6 @@ docker create \
|
||||
-e TZ=Europe/London \
|
||||
-e PASSWORD=password `#optional` \
|
||||
-e SUDO_PASSWORD=password `#optional` \
|
||||
-e PROXY_DOMAIN=code-server.my.domain `#optional` \
|
||||
-p 8443:8443 \
|
||||
-v /path/to/appdata/config:/config \
|
||||
--restart unless-stopped \
|
||||
@ -107,7 +106,6 @@ services:
|
||||
- TZ=Europe/London
|
||||
- PASSWORD=password #optional
|
||||
- SUDO_PASSWORD=password #optional
|
||||
- PROXY_DOMAIN=code-server.my.domain #optional
|
||||
volumes:
|
||||
- /path/to/appdata/config:/config
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user