mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
chore: update docker compose command (#1159)
This commit is contained in:
parent
24b228acf7
commit
3e634fd975
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue