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:
@@ -7,6 +7,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
|
||||
|
||||
Reference in New Issue
Block a user