[RC] Switch to roundcubeorg/roundcubemail image (still on 1.6.0)
This commit is contained in:
parent
8bb9c6a5a8
commit
62f83e1e4a
@ -1,4 +1,4 @@
|
|||||||
FROM roundcube/roundcubemail:1.6.0-apache
|
FROM roundcubeorg/roundcubemail:latest-apache
|
||||||
|
|
||||||
RUN a2enmod remoteip; \
|
RUN a2enmod remoteip; \
|
||||||
echo "RemoteIPHeader X-Forwarded-For" > /etc/apache2/conf-available/remoteip.conf; \
|
echo "RemoteIPHeader X-Forwarded-For" > /etc/apache2/conf-available/remoteip.conf; \
|
||||||
@ -14,14 +14,14 @@ RUN set -ex; \
|
|||||||
git \
|
git \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer; \
|
|
||||||
mv /usr/src/roundcubemail/composer.json-dist /usr/src/roundcubemail/composer.json; \
|
|
||||||
\
|
|
||||||
composer \
|
composer \
|
||||||
--working-dir=/usr/src/roundcubemail/ \
|
--working-dir=/usr/src/roundcubemail/ \
|
||||||
--prefer-dist --prefer-stable \
|
--prefer-dist \
|
||||||
--update-no-dev --no-interaction \
|
--prefer-stable \
|
||||||
--optimize-autoloader --apcu-autoloader \
|
--update-no-dev \
|
||||||
|
--no-interaction \
|
||||||
|
--optimize-autoloader \
|
||||||
|
--apcu-autoloader \
|
||||||
require \
|
require \
|
||||||
roundcube/carddav \
|
roundcube/carddav \
|
||||||
; \
|
; \
|
||||||
|
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
build: .
|
build: .
|
||||||
image: my_roundcube:1.6.0
|
image: my_roundcube:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
Loading…
Reference in New Issue
Block a user