You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This is a working compose file example, supporting to configure the IP
Yet I don't see a clean way to pass the IP to the /config/identifier-registration.yaml
So for now, the 'localhost' needs to be replaced with BASE_IP in the /config/identifier-registration.yaml.
IP defaults to localhost
and can be set in .env file, like BASE_IP=192.168.1.97
Are you using a script as entrypoint in the Dockerfile? If yes, some sed magic could be used to add the relevant URLs to /config/identifier-registration.yaml if they are not yet there.
This is a working compose file example, supporting to configure the IP
Yet I don't see a clean way to pass the IP to the
/config/identifier-registration.yaml
So for now, the 'localhost' needs to be replaced with BASE_IP in the
/config/identifier-registration.yaml
.IP defaults to localhost
and can be set in .env file, like
BASE_IP=192.168.1.97
The text was updated successfully, but these errors were encountered: