In docker compose, is there any possibility to use env variable to instead direct values.
volumes:
- /opt:$$VARIABLE
ERROR: compose.cli.main.main: The Compose file './docker-compose.yml' is invalid because:
please let me know is there any way to do this.