diff options
author | B. Stack <bgstack15@gmail.com> | 2023-08-30 15:57:51 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-08-30 15:57:51 -0400 |
commit | 98f07db8573a4ae22472e63415cbf2b6dd6b2080 (patch) | |
tree | 131ac1298723da07359c69b11225892780da75d8 /docker-compose.yml | |
parent | add cron example for fetching feeds (diff) | |
download | newspipe-docker-98f07db8573a4ae22472e63415cbf2b6dd6b2080.tar.gz newspipe-docker-98f07db8573a4ae22472e63415cbf2b6dd6b2080.tar.bz2 newspipe-docker-98f07db8573a4ae22472e63415cbf2b6dd6b2080.zip |
WIP: add reverse-proxy support
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 492dc69..76d2e59 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,7 +14,7 @@ services: ADMIN_PASSWORD: "1234567890" NEWSPIPE_HOST: "0.0.0.0" NEWSPIPE_PORT: 5004 - NEWSPIPE_BRANCH: "stackrpms-branding" + NEWSPIPE_BRANCH: "reverse-proxy" volumes: # Enable this if you wish to develop the app live, after git cloning to this ./git directory. #- "./git:/newspipe" |