What is the correct way to pass common.runtime.pro...
# general
h
What is the correct way to pass common.runtime.properties to docker-compose file? I am doing it like this
Copy code
router:
    image: apache/druid:25.0.0
    container_name: router
    volumes:
     - common.runtime.properties:/opt/druid/conf/druid/_common/common.runtime.properties
     - router_var:/opt/druid/var
but I am getting the following error,
Copy code
ERROR: Named volume "common.runtime.properties:/opt/druid/conf/druid/_common/common.runtime.properties:rw" is used in service "router" but no declaration was found in the volumes section.