etherpad: use official image and making skin full width
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
c36c4d02a7
commit
42a43462d5
@@ -3,8 +3,13 @@ version: '3'
|
||||
services:
|
||||
# Etherpad: real-time collaborative document editing
|
||||
etherpad:
|
||||
image: jitsi/etherpad:latest
|
||||
image: etherpad/etherpad:1.8.6
|
||||
restart: ${RESTART_POLICY}
|
||||
environment:
|
||||
- TITLE="${ETHERPAD_TITLE}"
|
||||
- DEFAULT_PAD_TEXT="${ETHERPAD_DEFAULT_PAD_TEXT}"
|
||||
- SKIN_NAME="${ETHERPAD_SKIN_NAME}"
|
||||
- SKIN_VARIANTS="${ETHERPAD_SKIN_VARIANTS}"
|
||||
networks:
|
||||
meet.jitsi:
|
||||
aliases:
|
||||
|
||||
Reference in New Issue
Block a user