Skip to content

Commit

Permalink
Explain how and why to create docker-compose.override.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther authored Sep 2, 2024
1 parent 9f8bf44 commit 5ca3f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/installation-and-operations/configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Configuring OpenProject through environment variables is described in detail [in

### one container per process installation

Create a file `docker-compose.override.yml` next to `docker-compose.yml` file. Docker Compose will automatically merge those files, for more information, see https://docs.docker.com/compose/multiple-compose-files/merge/.
Add your custom configuration to `docker-compose.override.yml`.

In the compose folder you will also find the file `docker-compose.yml` which shall **NOT** be edited.
Expand Down

1 comment on commit 5ca3f5b

@oliverguenther
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.