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.