update 26.7.26

This commit is contained in:
kun
2026-07-26 02:18:46 +08:00
parent 7f14df503e
commit 50cceca277
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Change these
REG_TOKEN=
DOMAIN=localhost
ROOT_URL=http://localhost:9980
ROOT_URL=http://localhost:3000
RELEASE=8.6.1
# Change to true after you set your domain and valid lets encrypt email
LETSENCRYPT_ENABLED=false
+1 -1
View File
@@ -8,7 +8,7 @@ services:
container_tag: "${COMPOSE_PROJECT_NAME:-rocketchat}#rocketchat"
environment:
ROOT_URL: ${ROOT_URL:-http://localhost}
PORT: ${PORT:-9980}
PORT: ${PORT:-3000}
DEPLOY_METHOD: docker
DEPLOY_PLATFORM: compose
REG_TOKEN: ${REG_TOKEN:-}