Преглед на файлове

etherpad: update etherpad image to etherpad/etherpad:1.9.6 (#1725)

Etherpad images starting with tag 1.9.0 are supporting ARCH amd64 and
arm64
waja преди 1 година
родител
ревизия
bf237da
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      etherpad.yml

+ 1 - 1
etherpad.yml

@@ -3,7 +3,7 @@ version: '3.5'
 services:
     # Etherpad: real-time collaborative document editing
     etherpad:
-        image: etherpad/etherpad:1.8.6
+        image: etherpad/etherpad:1.9.6
         restart: ${RESTART_POLICY:-unless-stopped}
         environment:
             - TITLE=${ETHERPAD_TITLE}