File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ services:
1515 - mariadb
1616 volumes :
1717 - ./:/app:cached
18+ - ./docker/php/php-dev.ini:/usr/local/etc/php/php.ini
1819 tmpfs :
1920 - /app/var/:uid=$HOST_UID,gid=$HOST_GID
2021 environment :
Original file line number Diff line number Diff line change 44#
55# If we're starting web-server we need to do following:
66# 0) Basic linting of current JSON configuration file
7- # 1) Copy updated php configuration file, with this we can change php
8- # configuration without rebuilding image
7+ # 1) Export needed environment variables
98# 2) Install all dependencies
109# 3) Generate JWT encryption keys
1110# 4) Create database if it not exists yet
1716make lint-configuration
1817
1918# Step 1
20- cp /app/docker/php/php-dev.ini /usr/local/etc/php/php.ini
21-
2219DOCKER_IP=$( /sbin/ip route| awk ' /default/ { print $3 }' )
2320
2421export DOCKER_IP
You can’t perform that action at this time.
0 commit comments