Correction template docker-compose

This commit is contained in:
Navas 2024-11-11 00:09:03 +01:00
parent c872d509d4
commit 9219e314b5

View file

@ -13,6 +13,7 @@ services:
DB_PASS: "{{ docker_etherpad_db_password }}"
ADMIN_PASSWORD: "{{ docker_etherpad_admin_password }}"
SOCKETIO_MAX_HTTP_BUFFER_SIZE: "{{ docker_etherpad_socketio_max_http_buffer_size }}"
TRUST_PROXY: true
DEFAULT_PAD_TEXT: "{{ docker_etherpad_default_pad_text }}"
volumes:
- {{ docker_etherpad_data_dir }}/{{ docker_etherpad_service_id }}/node_modules:/opt/etherpad-lite/node_modules