mirror of
https://github.com/dani-garcia/bitwarden_rs
synced 2024-11-22 01:48:09 +01:00
Fix command typo
parent
3940e6f5f4
commit
19516cdaee
@ -69,12 +69,12 @@ In the same directory, create the `Caddyfile` below. (This file does not need to
|
||||
|
||||
Run
|
||||
```bash
|
||||
docker compose up -d
|
||||
docker-compose up -d
|
||||
```
|
||||
to create and start the containers. A private network for the services in this `docker-compose.yml` file will be created automatically, with only Caddy being publicly exposed.
|
||||
|
||||
```bash
|
||||
docker compose down
|
||||
docker-compose down
|
||||
```
|
||||
stops and destroys the containers.
|
||||
|
||||
@ -151,6 +151,6 @@ In the same directory, create the `Caddyfile` below. (This file does not need to
|
||||
|
||||
As with the HTTP challenge example, run
|
||||
```bash
|
||||
docker compose up -d
|
||||
docker-compose up -d
|
||||
```
|
||||
to create and start the containers.
|
Loading…
Reference in New Issue
Block a user