We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2530094 commit 3385dcfCopy full SHA for 3385dcf
compose.yaml
@@ -5,6 +5,7 @@ services:
5
restart: unless-stopped
6
environment:
7
SERVER_NAME: ${SERVER_NAME:-localhost}, php:80
8
+ DEFAULT_URI: https://${SERVER_NAME:-localhost}:${HTTPS_PORT:-443}
9
MERCURE_PUBLISHER_JWT_KEY: ${CADDY_MERCURE_JWT_SECRET:-!ChangeThisMercureHubJWTSecretKey!}
10
MERCURE_SUBSCRIBER_JWT_KEY: ${CADDY_MERCURE_JWT_SECRET:-!ChangeThisMercureHubJWTSecretKey!}
11
# Run "composer require symfony/orm-pack" to install and configure Doctrine ORM
0 commit comments