Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

./entrypoint.sh: line 7: DOMAIN: unbound variable #151

Open
newcharacteryigit opened this issue Aug 6, 2021 · 1 comment
Open

./entrypoint.sh: line 7: DOMAIN: unbound variable #151

newcharacteryigit opened this issue Aug 6, 2021 · 1 comment

Comments

@newcharacteryigit
Copy link

When I try to deploy my app to Heroku I'm getting "./entrypoint.sh: line 7: DOMAIN: unbound variable" error and the app not starting.

What can I do for solve this error?

@MexHigh
Copy link
Contributor

MexHigh commented May 5, 2022

I solved it by supplying an empty string to the DOMAIN envvar.

docker-compose example:

version: '3'
services:
  webminerpool:
    ...
    environment:
      DOMAIN: ""
...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants