mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-20 04:59:25 +02:00
config
This commit is contained in:
parent
f3a2f74f38
commit
6589e3844b
@ -23,5 +23,9 @@ RUN curl -fSL ${MANTIS_URL} -o ${MANTIS_FILE} \
|
||||
&& echo "${MANTIS_MD5} ${MANTIS_FILE}" | md5sum -c - \
|
||||
&& tar -xz --strip-components=1 -f ${MANTIS_FILE} \
|
||||
&& rm ${MANTIS_FILE} \
|
||||
&& sed -e "/g_hostname/s/'localhost'/'mysql'/" \
|
||||
-e "/g_db_username/s/'mantisdbuser'/'root'/" \
|
||||
-e "/g_db_password/s/''/'root'/" \
|
||||
config_inc.php.sample > config_inc.php
|
||||
&& chown -R www-data:www-data .
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user