Skip to content

Commit

Permalink
docker compose default swagger value
Browse files Browse the repository at this point in the history
  • Loading branch information
bingzhang committed Dec 1, 2023
1 parent 5227e24 commit cd1dd58
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 @@ -74,7 +74,7 @@ services:
- S3_BUCKET=${S3_BUCKET:-clowder}
- S3_ACCESS_KEY=${S3_ACCESS_KEY:-clowder}
- S3_SECRET_KEY=${S3_SECRET_KEY:-catsarecute}
- SWAGGER_UI_HOST=${SWAGGER_UI_HOST:-http://localhost:8082/}
- SWAGGER_UI_HOST=${SWAGGER_UI_HOST:-https://clowder.ncsa.illinois.edu/clowder/swagger}
labels:
- "traefik.enable=true"
- "traefik.backend=clowder"
Expand Down

0 comments on commit cd1dd58

Please sign in to comment.