Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bogosj authored Dec 26, 2024
1 parent 566b02c commit d26f577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/docs/community-resources/docker-compose.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docker Compose

Many users find it useful to run Cup with Docker Compose, as it enables them to have it constantly running in the background and easily control it. Cup's lightweight resource usae makes it ideal for this use case.
Many users find it useful to run Cup with Docker Compose, as it enables them to have it constantly running in the background and easily control it. Cup's lightweight resource use makes it ideal for this use case.

There have been requests for an official Docker Compose file, but I believe you should customize it to your needs.

Expand All @@ -20,4 +20,4 @@ services:
- ./cup.json:/config/cup.json
```
This can be customized further of course, if you choose to use a different port, another config location, or would like to change something else. Have fun!
This can be customized further of course, if you choose to use a different port, another config location, or would like to change something else. Have fun!

0 comments on commit d26f577

Please sign in to comment.