ottomated / CrewLink-server

Voice Relay server for CrewLink.
GNU General Public License v3.0
694 stars 444 forks source link

yarn start error #136

Closed aliendetonator closed 3 years ago

aliendetonator commented 3 years ago

I get this when I run yarn start

E:\crewlink-server>yarn start
yarn run v1.22.5
$ yarn compile && node dist/index.js
$ tsc
2021-01-05T22:08:51+0100 <error> You must set the ADDRESS environment variable.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
iinsanegaming commented 3 years ago

docker run -e ADDRESS='http://your.ip.or.domain.here' -d -p 9736:9736 ottomated/crewlink-server:latest use this chane the http your address

aliendetonator commented 3 years ago

thanks, worked

frostbyteninja commented 2 years ago

i am using aws what do i put for the address