summaryrefslogtreecommitdiff
path: root/gemfeed/examples/conf/babylon5/docker-start-wallabag
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-10-02 11:28:53 +0300
committerPaul Buetow <paul@buetow.org>2025-10-02 11:28:53 +0300
commitc0f9ecf5e0b075db8e54ef1235ec80878e418398 (patch)
treed729aef5835fdfa173277c4189342976e33c6446 /gemfeed/examples/conf/babylon5/docker-start-wallabag
parenta96adfd84d903c50d75c8771cdcc78dd5e942618 (diff)
Update content for html
Diffstat (limited to 'gemfeed/examples/conf/babylon5/docker-start-wallabag')
-rwxr-xr-xgemfeed/examples/conf/babylon5/docker-start-wallabag4
1 files changed, 4 insertions, 0 deletions
diff --git a/gemfeed/examples/conf/babylon5/docker-start-wallabag b/gemfeed/examples/conf/babylon5/docker-start-wallabag
new file mode 100755
index 00000000..e0656d55
--- /dev/null
+++ b/gemfeed/examples/conf/babylon5/docker-start-wallabag
@@ -0,0 +1,4 @@
+#!/usr/bin/bash
+
+set -x
+docker run -d --restart always -v /opt/wallabag/data:/var/www/wallabag/data -v /opt/wallabag/images:/var/www/wallabag/web/assets/images -p 81:80 -e "SYMFONY__ENV__DOMAIN_NAME=https://bag.buetow.org" wallabag/wallabag