Skip to content

Commit

Permalink
docs: 🐛 Fix typo in the compose.yml shown in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Oct 29, 2024
1 parent a35bb63 commit 494c51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ services:
- PORT # Loaded from environment. Defaults to 8080 if not set
- SECRET_FILE=/run/secrets/my-secret # Mounted as secret file
- OAUTH_TOKEN_FILE=/run/secrets/another-secret # Mounted as secret file
- CONFIG_FILE=/run/configs/my-service-config # Mounted as config file
- CONFIG_FILE=/my-service-config # Mounted as config file
- DB_URI=${DB_URI:-mongodb://mongo:27017/my-database} # Default value
- ANOTHER_SECRET=${ANOTHER_SECRET:?ANOTHER_SECRET is required} # Required variable
secrets:
Expand Down

0 comments on commit 494c51f

Please sign in to comment.