aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 76d2e59..d64b94d 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -15,6 +15,8 @@ services:
NEWSPIPE_HOST: "0.0.0.0"
NEWSPIPE_PORT: 5004
NEWSPIPE_BRANCH: "reverse-proxy"
+ # pass any hardcoded arguments to entrypoint.sh with this:
+ #command: /entrypoint.sh sleep
volumes:
# Enable this if you wish to develop the app live, after git cloning to this ./git directory.
#- "./git:/newspipe"
bgstack15