docker-compose, readme: s/HOST/HOST_URL/

HOST is an already taken env variable

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
Gunwant Jain 2021-01-06 06:15:03 +05:30
parent c2ad9ffd90
commit 0239e253a7
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: