-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
ocis compose file, missing #8
Comments
Generate |
I'd prefer a solution which is configurable on startup via environment variable. |
Are you using a script as entrypoint in the Dockerfile? If yes, some |
PR in #9 |
fixed by owncloud/ocis#1148 |
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: