Fix typo in DEPLOYMENT.md

This commit is contained in:
Silvio Messi 2024-01-15 23:05:29 +01:00 committed by GitHub
parent 466b60df38
commit ec0f430478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ The files containing these services are in `docker-compose-extra.yml`.
- `admin_frontend` (admin portal to manage accounts and adding authentication method, recommended to keep) - `admin_frontend` (admin portal to manage accounts and adding authentication method, recommended to keep)
If you wish to deploy those, edit this file accordingly and do: If you wish to deploy those, edit this file accordingly and do:
``` ```
docker compose --file docker-compose-extra.yml up -d docker compose --file docker-compose-extras.yml up -d
``` ```
You may ignore the orphan containers warning message from docker You may ignore the orphan containers warning message from docker