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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.