We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description: i install it but it redirect always to localhost. in login in other place like deploy and etc.
Suggested Labels: how can i change all localhost to my dns name or any other standard way
Affected Product Version: 4.1 and 4.3
OS, DB, other environment details and versions: when use docker image and when use docker compose files
Steps to reproduce:
Related Issues:
docker compose file:
version: '3.7' services: wso2am: image: wso2/wso2am:4.3.0 container_name: wso2am ports: - "9443:9443" - "9763:9763" - "8243:8243" - "8280:8280" volumes: - wso2am_repository_deployment:/home/wso2carbon/wso2am/repository/deployment - ./config/deployment.toml:/home/wso2carbon/wso2am/repository/conf/deployment.toml environment: - JAVA_OPTS=-Dcarbon.bootstrap.timeout=300 - TZ=UTC healthcheck: test: curl --fail http://192.168.100.37:9763/services/Version --silent | grep "Version" || exit 1 interval: 1m timeout: 10s retries: 5 restart: unless-stopped volumes: wso2am_repository_deployment: driver: local
deployment.toml
[server] hostname = "192.168.100.37" node_ip = "192.168.100.37" [transport.https] proxyPort = 9443 proxyHost = "192.168.100.37" [transport.http] proxyPort = 9763 proxyHost = "192.168.100.37"
i want to use it remote by my lan.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
i install it but it redirect always to localhost. in login in other place like deploy and etc.
Suggested Labels:
how can i change all localhost to my dns name or any other standard way
Affected Product Version:
4.1 and 4.3
OS, DB, other environment details and versions:
when use docker image and when use docker compose files
Steps to reproduce:
Related Issues:
docker compose file:
deployment.toml
i want to use it remote by my lan.
The text was updated successfully, but these errors were encountered: