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 3f642a6 commit 536409cCopy full SHA for 536409c
root/etc/cont-init.d/50-config
@@ -7,6 +7,8 @@ mkdir -p \
7
# copy .env if not exists
8
[[ ! -f /config/www/.env ]] && \
9
cp /var/www/localhost/heimdall/.env /config/www/.env
10
+# set queue driver to database
11
+sed -i 's/QUEUE_DRIVER=sync/QUEUE_DRIVER=database/' /config/www/.env
12
13
# create symlinks
14
0 commit comments