mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-04-13 11:40:41 +02:00
fix
This commit is contained in:
parent
6b00c5ef02
commit
3946387d92
mantisbt
@ -7,10 +7,10 @@ MAINTAINER kev<noreply@datageek.info>
|
|||||||
|
|
||||||
RUN a2enmod rewrite
|
RUN a2enmod rewrite
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev libcurl3 \
|
RUN apt-get update && apt-get install -y libpng12-dev libjpeg-dev libpq-dev \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
|
&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
|
||||||
&& docker-php-ext-install curl fileinfo gd mbstring mysql mysqli pgsql
|
&& docker-php-ext-install fileinfo gd mbstring mysql mysqli pgsql
|
||||||
|
|
||||||
WORKDIR /var/www/html
|
WORKDIR /var/www/html
|
||||||
|
|
||||||
@ -25,3 +25,5 @@ RUN curl -fSL ${MANTIS_URL} -o ${MANTIS_FILE} \
|
|||||||
&& rm ${MANTIS_FILE} \
|
&& rm ${MANTIS_FILE} \
|
||||||
&& chown -R www-data:www-data .
|
&& chown -R www-data:www-data .
|
||||||
|
|
||||||
|
RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
|
||||||
|
&& echo 'date.timezone = "Asia/Shanghai"' > /usr/local/etc/php/php.ini
|
||||||
|
@ -23,9 +23,6 @@ db:
|
|||||||
## setup
|
## setup
|
||||||
|
|
||||||
```
|
```
|
||||||
$ docker exec -it mantisbt_mantisbt_1 bash
|
|
||||||
>>> echo 'date.timezone = "Asia/Shanghai"' > /usr/local/etc/php/php.ini
|
|
||||||
>>> exit
|
|
||||||
$ firefox http://localhost:8989/admin/install.php
|
$ firefox http://localhost:8989/admin/install.php
|
||||||
>>> username: administrator
|
>>> username: administrator
|
||||||
>>> password: root
|
>>> password: root
|
||||||
|
Loading…
x
Reference in New Issue
Block a user