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
This commit is contained in:
waja
2024-01-30 07:41:13 +01:00
committed by GitHub
parent 7381471795
commit bf237da1a8

View File

@@ -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}