Skip to content
ylembachar edited this page Dec 5, 2025 · 3 revisions

Table of Contents

Deployment

Deployment

How to apply changes from a docker-compose override

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

Clone this wiki locally