Skip to content
Snippets Groups Projects
Verified Commit e20ea67e authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[Etherpad] Bump to 1.8.4

parent 10b27849
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ ENV NODE_ENV=production
FROM base as downloader
ARG ETHERPAD_VERSION_BUILD=1.8.3
ARG ETHERPAD_VERSION_BUILD=1.8.4
ARG ETHERPAD_PLUGINS="\
ep_align ep_author_hover ep_chatdate ep_colibris_full_width \
ep_comments_page ep_countable ep_delete_empty_pads ep_font_color \
......
......@@ -11,7 +11,7 @@ networks:
services:
etherpad-app:
image: registry.picasoft.net/pica-etherpad:1.8.3
image: registry.picasoft.net/pica-etherpad:1.8.4
container_name: etherpad-app
depends_on:
- etherpad-db
......
ADMIN_PASSWORD=password1
ADMIN_PASSWORD=password
DB_NAME=etherpad-lite
DB_USER=etherpad
DB_PASSWORD=password2
DB_PASSWORD=password
MYSQL_ROOT_PASSWORD=password3
MYSQL_ROOT_PASSWORD=password
MYSQL_DATABASE=etherpad-lite
MYSQL_USER=etherpad
MYSQL_PASSWORD=password2
MYSQL_PASSWORD=password
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment