From 20a6fe7e28467b319cfab2af6c2fe465b73a01bc Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 30 Aug 2023 18:54:10 -0400 Subject: prepare documentation --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docker-compose.yml') 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" -- cgit