Correction template docker-compose
This commit is contained in:
parent
c872d509d4
commit
9219e314b5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue