Skip to content

Commit

Permalink
Fix incorrect docker commands in LOCALHOST.SECURE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanpingle committed Oct 28, 2024
1 parent 5480703 commit 3c1b821
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/docker/LOCALHOST.SECURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,14 @@ included in the localhost installation scenario.
The commands to start and stop the appliation are:

```bash
docker compose -f compose.local.secure.yml --env-file .env.server up -d
docker compose -f compose.local.secure.yml --env-file .env.server down
docker compose -f compose.local.secure.yml --env-file .env.local up -d
docker compose -f compose.local.secure.yml --env-file .env.local down
```

To restart only a specific container, for example `client`

```bash
docker compose -f compose.server.secure.yml --env-file .env.server up -d --force-recreate client
docker compose -f compose.local.secure.yml --env-file .env.local up -d --force-recreate client
```

## References
Expand Down

0 comments on commit 3c1b821

Please sign in to comment.