summaryrefslogtreecommitdiff
path: root/etherpad.service
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-08-22 20:20:16 +0200
committerBotond Hende <nettingman@gmail.com>2024-08-22 20:20:16 +0200
commit0e28e94bcd82db1253d45f914b0aab6e35246a57 (patch)
tree1e0d365862d820fa16b90ec1af5c80d8af361caa /etherpad.service
parent1b8446f34c19f28425da012374b18520a179595d (diff)
fixed etherpad.service file
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 91a9bee..d6196af 100644
--- a/etherpad.service
+++ b/etherpad.service
@@ -14,7 +14,7 @@ ExecStart = /usr/bin/podman run \
--rm \
--name etherpad \
--net host \
- -v /srv/etherpad/var:/opt/etherpad/var
+ -v /srv/etherpad/var:/opt/etherpad/var \
localhost/etherpad:latest
Restart = always