-
Notifications
You must be signed in to change notification settings - Fork 4
FAQ
ylembachar edited this page Dec 5, 2025
·
3 revisions
In our deployment, we use additional Compose file, such as:
-f docker-compose.loki.yml
so any override will not be included, unless by using the below command:
docker compose -f docker-compose.yml
-f docker-compose.loki.yml
-f docker-compose.override.yml
up -d