Skip to content

Compose Override

ruslandoga edited this page Sep 26, 2024 · 5 revisions

The compose.override.yml file allows you to customize your Docker setup for Plausible CE without modifying the default compose.yml. This is especially useful for local changes, as the override file is not tracked by Git, preventing merge conflicts when pulling updates from the repository.

Docker Compose automatically merges settings from both files, with compose.override.yml taking precedence. You can use it to adjust things like environment variables, ports, or volumes without affecting the default configuration. Simply create and modify compose.override.yml as needed, and run your Docker commands as usual, e.g. docker compose up

Clone this wiki locally