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 b32f1c3 commit 8915795Copy full SHA for 8915795
1 file changed
docker-compose.yml
@@ -5,18 +5,15 @@ services:
5
context: .
6
dockerfile: Dockerfile
7
args:
8
- - BUILD_DATE=${BUILD_DATE:-2025-01-21T00:00:00Z}
9
- VERSION=${VERSION:-4.102.1}
10
- CODE_RELEASE=${CODE_RELEASE:-4.102.1}
11
image: gabemendoza1/codecloud-code-server:jammy-code-server-python-v${CODE_RELEASE:-4.102.1}
12
- container_name: code-server
13
environment:
14
- PUID=${PUID:-1000}
15
- PGID=${PGID:-1000}
16
- - TZ=${TZ:-Etc/UTC}
+ - TZ=${TZ:-America/Chicago}
17
- PROXY_DOMAIN=${PROXY_DOMAIN:-}
18
- DEFAULT_WORKSPACE=${DEFAULT_WORKSPACE:-/workspace}
19
- PWA_APPNAME=${PWA_APPNAME:-code-server}
20
ports:
21
- "${HOST_PORT:-8443}:8443"
22
- restart: unless-stopped
0 commit comments