chore(ci): 1. Update the Docker image names for both the server and the web.2. Set the default port access to localhost only. (#760)

This commit is contained in:
Ryo
2025-08-14 17:58:38 +08:00
committed by GitHub
parent d58783b11c
commit 174da78c78
3 changed files with 6 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ export MINIO_PROXY_ENDPOINT=""
export USE_SSL="0"
export SSL_CERT_FILE=""
export SSL_KEY_FILE=""
export WEB_LISTEN_ADDR="127.0.0.1:8888" # To enable remote access, use 0.0.0.0:8888.
# MySQL
export MYSQL_ROOT_PASSWORD=root