Skip to content

Commit

Permalink
Remove unnecessary quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
flenny committed Oct 14, 2024
1 parent 23a9ab6 commit 527fdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ services:
AWS_ENDPOINT: http://minio:9000
AWS_ACCESS_KEY_ID: REDSQUIRREL
AWS_SECRET_ACCESS_KEY: YELLOWMONKEY
AWS_S3_BUCKET: "cannonflea"
AWS_S3_BUCKET: cannonflea
healthcheck:
test: "curl --fail http://localhost:8000/health || exit 1"
oidc-server:
Expand Down

0 comments on commit 527fdc8

Please sign in to comment.