Skip to content

Commit 1b01814

Browse files
7-zete-7maxhelias
authored andcommitted
Add default value of the MERCURE_TRANSPORT_URL in Dockerfile
This should return the path that was changed in #766.
1 parent eaca689 commit 1b01814

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ RUN set -eux; \
3636
# https://getcomposer.org/doc/03-cli.md#composer-allow-superuser
3737
ENV COMPOSER_ALLOW_SUPERUSER=1
3838

39+
# Transport to use by Mercure (default to Bolt)
40+
ENV MERCURE_TRANSPORT_URL=bolt:///data/mercure.db
41+
3942
ENV PHP_INI_SCAN_DIR=":$PHP_INI_DIR/app.conf.d"
4043

4144
###> recipes ###

0 commit comments

Comments
 (0)