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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user