diff --git a/templates/compose/directus-with-postgresql.yaml b/templates/compose/directus-with-postgresql.yaml index 3aaa8f139..763944456 100644 --- a/templates/compose/directus-with-postgresql.yaml +++ b/templates/compose/directus-with-postgresql.yaml @@ -28,7 +28,7 @@ services: - REDIS_PORT=6379 - WEBSOCKETS_ENABLED=true - CORS_ENABLED=${CORS_ENABLED:-true} - - CORS_ORIGIN=${CORS_ORIGIN:-true} + - CORS_ORIGIN=${CORS_ORIGIN} - CORS_METHODS=${CORS_METHODS:-GET,POST,PATCH,DELETE,OPTIONS} - CORS_ALLOWED_HEADERS=${CORS_ALLOWED_HEADERS:-Content-Type,Authorization} - CORS_CREDENTIALS=${CORS_CREDENTIALS:-true}