From 0239e253a76e9aec693fc82cac1d3b27b15376fe Mon Sep 17 00:00:00 2001 From: Gunwant Jain Date: Wed, 6 Jan 2021 06:15:03 +0530 Subject: [PATCH] docker-compose, readme: s/HOST/HOST_URL/ HOST is an already taken env variable Signed-off-by: Gunwant Jain --- docker-compose.yml | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7fd8766..16ed6bd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,6 +7,6 @@ services: - 127.0.0.1:6162:6162 environment: - ROCKET_PORT=6162 # Port the app uses - - HOST=localhost:6162 # or bin.example.com + - HOST_URL=localhost:6162 # or bin.example.com volumes: - ./upload:/app/upload # upload folder will have your pastes diff --git a/readme.md b/readme.md index 169df1f..c16198b 100644 --- a/readme.md +++ b/readme.md @@ -56,7 +56,7 @@ Deployment environment: - ROCKET_PORT=6162 - THEME= - - HOST=${BIN_DOMAIN} + - HOST_URL=${BIN_DOMAIN} volumes: - /path/to/local/upload:/app/upload labels: