From 38bdc802e214780fef4609baee2011b62d2d2c9d Mon Sep 17 00:00:00 2001 From: Suraj Date: Sat, 23 May 2026 08:02:44 +0000 Subject: [PATCH] docs: remove reference to nonexistent database-compose.yml The database-compose.yml file no longer exists. The database service is already included in docker-compose.yml, so 'docker compose up' is sufficient to run with the database container. Fixes #333 Signed-off-by: Suraj --- docs/source/docker/docker-compose.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/docker/docker-compose.rst b/docs/source/docker/docker-compose.rst index ae38fab6c..5c5d16a47 100644 --- a/docs/source/docker/docker-compose.rst +++ b/docs/source/docker/docker-compose.rst @@ -50,7 +50,7 @@ To run CollectOSS **with** the database container: .. code-block:: bash - docker compose -f docker-compose.yml -f database-compose.yml up + docker compose up Stopping the containers