mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-29 21:10:16 +02:00
Updated Using Docker Compose (markdown)
parent
04f575878e
commit
fac5eb93d5
@ -71,12 +71,12 @@ In the same directory, create the `Caddyfile` below. (This file does not need to
|
|||||||
|
|
||||||
Run
|
Run
|
||||||
```bash
|
```bash
|
||||||
docker compose up -d # or `docker-compose up -d` if using the standalone Docker Compose
|
docker compose up -d # or `docker-compose up -d` if using standalone Docker Compose
|
||||||
```
|
```
|
||||||
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.
|
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
|
```bash
|
||||||
docker-compose down # or `docker-compose down` if using the standalone Docker Compose
|
docker compose down # or `docker-compose down` if using standalone Docker Compose
|
||||||
```
|
```
|
||||||
stops and destroys the containers.
|
stops and destroys the containers.
|
||||||
|
|
||||||
@ -153,6 +153,6 @@ In the same directory, create the `Caddyfile` below. (This file does not need to
|
|||||||
|
|
||||||
As with the HTTP challenge example, run
|
As with the HTTP challenge example, run
|
||||||
```bash
|
```bash
|
||||||
docker-compose up -d # or `docker-compose up -d` if using the standalone Docker Compose
|
docker compose up -d # or `docker-compose up -d` if using standalone Docker Compose
|
||||||
```
|
```
|
||||||
to create and start the containers.
|
to create and start the containers.
|
Loading…
x
Reference in New Issue
Block a user