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 eaca689 commit 1b01814Copy full SHA for 1b01814
Dockerfile
@@ -36,6 +36,9 @@ RUN set -eux; \
36
# https://getcomposer.org/doc/03-cli.md#composer-allow-superuser
37
ENV COMPOSER_ALLOW_SUPERUSER=1
38
39
+# Transport to use by Mercure (default to Bolt)
40
+ENV MERCURE_TRANSPORT_URL=bolt:///data/mercure.db
41
+
42
ENV PHP_INI_SCAN_DIR=":$PHP_INI_DIR/app.conf.d"
43
44
###> recipes ###
0 commit comments