File tree Expand file tree Collapse file tree
rootfs/docker-entrypoint.d Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ RUN su-exec www-data:www-data composer require \
156156 huseyinfiliz/sort-changer \
157157 huseyinfiliz/sticky-title \
158158 ianm/follow-users \
159+ ianm/log-viewer \
159160 justoverclock/flarum-ext-hashtag \
160161 justoverclock/thread-read-time \
161162 justoverclock/user-statistics \
Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ if [ "${counttables}" -eq "0" ]; then
4242 echo " Creating installation config ..."
4343 su-exec www-data:www-data cat > /tmp/config.yml << EOL
4444debug: ${FLARUM_DEBUG}
45- baseUrl: ${FLARUM_BASE_URL}
45+ baseUrl: " ${FLARUM_BASE_URL} "
4646databaseConfiguration:
4747 driver: mysql
48- host: ${MYSQL_HOST}
49- database: ${MYSQL_DATABASE}
50- username: ${MYSQL_USER}
51- password: ${MYSQL_PASSWORD}
52- prefix: ${FLARUM_TABLE_PREFIX}
48+ host: " ${MYSQL_HOST} "
49+ database: " ${MYSQL_DATABASE} "
50+ username: " ${MYSQL_USER} "
51+ password: " ${MYSQL_PASSWORD} "
52+ prefix: " ${FLARUM_TABLE_PREFIX} "
5353 port: ${MYSQL_PORT}
5454adminUser:
5555 username: "${FLARUM_ADMIN_NAME} "
You can’t perform that action at this time.
0 commit comments