Sfoglia il codice sorgente

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 anno fa
parent
commit
bf237da
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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}