[RC] Bump to 1.6.6
This commit is contained in:
parent
dee54dbbdf
commit
2a7ab42267
@ -1,4 +1,4 @@
|
|||||||
FROM roundcube/roundcubemail:1.6.2-apache
|
FROM roundcube/roundcubemail:1.6.6-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; \
|
||||||
|
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
build: .
|
build: .
|
||||||
image: my_roundcube:latest
|
image: my_roundcube:1.6.6
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
Loading…
Reference in New Issue
Block a user