Skip to content
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

Changing network_mode via --extra-docker-config fails #363

Open
alphaDev23 opened this issue Sep 24, 2023 · 0 comments
Open

Changing network_mode via --extra-docker-config fails #363

alphaDev23 opened this issue Sep 24, 2023 · 0 comments

Comments

@alphaDev23
Copy link

DOCKER_NETWORK is hard coded in constants.py causing any configuration changes via command line to change the network_mode to fail. The default should be used unless overridden via the command line. Due to the required configuration of the docker daemon, the lean container needed to be configured with network_mode = host in order for the container to correctly connect to the other services.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant