Added prefix url env variable option

This commit is contained in:
2022-11-03 18:34:59 +01:00
parent b46c107a85
commit c375e0ccd7
3 changed files with 24 additions and 9 deletions

View File

@@ -11,6 +11,7 @@ start() {
--security-opt=no-new-privileges \
-p 127.0.0.1:8080:8080 \
-v pastabble-v:/app/data \
-e PREFIX "https://paste.plabble.org" \
pastabble'
}