chore: update docker compose command (#1159)

This commit is contained in:
Ephraim Duncan
2024-05-22 12:15:31 +00:00
committed by GitHub
parent 24b228acf7
commit 3e634fd975

View File

@ -41,7 +41,7 @@ volumes:
1. Run the following command to start the containers: 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. This will start the PostgreSQL database and the Documenso application containers.