Merge pull request #261 from SilvioMessi/patch-1

Fix typo in DEPLOYMENT.md
This commit is contained in:
Zack 2024-01-16 09:41:08 +08:00 committed by GitHub
commit cbb52e13ce
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)
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