-
Notifications
You must be signed in to change notification settings - Fork 4
FAQ
ylembachar edited this page Dec 5, 2025
·
3 revisions
In order to include an override when running a docker compose command, the override needs to be added with the -f flag in order to be included, as shown below. This is due to the fact that we are adding additional compose files manually.
docker compose -f docker-compose.yml
-f docker-compose.loki.yml
-f docker-compose.override.yml
up -d