Mercure cors error

This commit is contained in:
Frank
2026-01-17 19:03:25 +01:00
parent 83381ef57f
commit 0276199488
3 changed files with 5 additions and 5 deletions

View File

@@ -106,8 +106,8 @@ services:
MERCURE_CORS_ALLOWED_ORIGINS: ${MERCURE_CORS_ALLOWED_ORIGINS}
MERCURE_PUBLISH_ALLOWED_ORIGINS: ${MERCURE_CORS_ALLOWED_ORIGINS}
MERCURE_EXTRA_DIRECTIVES: |
cors_origins ${MERCURE_CORS_ALLOWED_ORIGINS}
# Allow anonymous subscribers in dev only
cors_origins "*"
publish_origins "*"
anonymous
ports:
- "8090:80"