From 3e634fd975c82a09a2f92c0800a5bc6b47ddae31 Mon Sep 17 00:00:00 2001 From: Ephraim Duncan <55143799+ephraimduncan@users.noreply.github.com> Date: Wed, 22 May 2024 12:15:31 +0000 Subject: [PATCH] chore: update docker compose command (#1159) --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 2b0ce9953..acdd57d15 100644 --- a/docker/README.md +++ b/docker/README.md @@ -41,7 +41,7 @@ volumes: 1. Run the following command to start the containers: ``` -docker-compose --env-file ./.env -d up +docker-compose --env-file ./.env up -d ``` This will start the PostgreSQL database and the Documenso application containers.