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:
parent
c2ad9ffd90
commit
0239e253a7
2 changed files with 2 additions and 2 deletions
|
|
@ -7,6 +7,6 @@ services:
|
||||||
- 127.0.0.1:6162:6162
|
- 127.0.0.1:6162:6162
|
||||||
environment:
|
environment:
|
||||||
- ROCKET_PORT=6162 # Port the app uses
|
- ROCKET_PORT=6162 # Port the app uses
|
||||||
- HOST=localhost:6162 # or bin.example.com
|
- HOST_URL=localhost:6162 # or bin.example.com
|
||||||
volumes:
|
volumes:
|
||||||
- ./upload:/app/upload # upload folder will have your pastes
|
- ./upload:/app/upload # upload folder will have your pastes
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ Deployment
|
||||||
environment:
|
environment:
|
||||||
- ROCKET_PORT=6162
|
- ROCKET_PORT=6162
|
||||||
- THEME=
|
- THEME=
|
||||||
- HOST=${BIN_DOMAIN}
|
- HOST_URL=${BIN_DOMAIN}
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/local/upload:/app/upload
|
- /path/to/local/upload:/app/upload
|
||||||
labels:
|
labels:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue