Skip to content

How to change server config in docker

Quanzheng Long edited this page Aug 15, 2024 · 1 revision

Option 1:

You can provide a volume override for this config for the https://github.com/indeedeng/iwf/blob/main/docker-compose/docker-compose.yml#L82 container for file: /iwf/config/config_template.yaml

Option 2

For local docker-compose, you can log into the container: run docker exec -it iwf-server /bin/bash to login your container. And edit /iwf/config/config_template.yaml

After you changed the config, logout and use docker restart server to restart the container.