Skip to content

Commit 8915795

Browse files
simplify
1 parent b32f1c3 commit 8915795

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,15 @@ services:
55
context: .
66
dockerfile: Dockerfile
77
args:
8-
- BUILD_DATE=${BUILD_DATE:-2025-01-21T00:00:00Z}
98
- VERSION=${VERSION:-4.102.1}
109
- CODE_RELEASE=${CODE_RELEASE:-4.102.1}
1110
image: gabemendoza1/codecloud-code-server:jammy-code-server-python-v${CODE_RELEASE:-4.102.1}
12-
container_name: code-server
1311
environment:
1412
- PUID=${PUID:-1000}
1513
- PGID=${PGID:-1000}
16-
- TZ=${TZ:-Etc/UTC}
14+
- TZ=${TZ:-America/Chicago}
1715
- PROXY_DOMAIN=${PROXY_DOMAIN:-}
1816
- DEFAULT_WORKSPACE=${DEFAULT_WORKSPACE:-/workspace}
1917
- PWA_APPNAME=${PWA_APPNAME:-code-server}
2018
ports:
2119
- "${HOST_PORT:-8443}:8443"
22-
restart: unless-stopped

0 commit comments

Comments
 (0)