summaryrefslogtreecommitdiff
path: root/etherpad.service
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-06-30 15:15:18 +0200
committerBotond Hende <nettingman@gmail.com>2024-06-30 15:15:18 +0200
commit11bfc5ab4a17a1d3eb3d29d7da7b7c8c096a2d7a (patch)
treea162003b645af4ea8add945853b1d7222bffed98 /etherpad.service
parent65e5563ac03099719bb5cc5a3b8df38a909c5890 (diff)
fixed etherpad to start but still bad request
Diffstat (limited to 'etherpad.service')
-rw-r--r--etherpad.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/etherpad.service b/etherpad.service
index 98bd828..91a9bee 100644
--- a/etherpad.service
+++ b/etherpad.service
@@ -15,7 +15,7 @@ ExecStart = /usr/bin/podman run \
--name etherpad \
--net host \
-v /srv/etherpad/var:/opt/etherpad/var
- etherpad
+ localhost/etherpad:latest
Restart = always