Skip to content

Latest commit

History

History
13 lines (9 loc) 路 655 Bytes

2022-11-06.md

File metadata and controls

13 lines (9 loc) 路 655 Bytes
publish_date tags
2022-11-06
docker
  • localhost on a docker container is scoped to it's own internal network. So if you want localhost to refer to the "HOST" i.e the machine running docker, on mac we can use host.docker.internal -

  • ok so after battling with docker and fighting with networking issues for fly.io. A quick test with Railway has blown my mind. It lives up to the it just works motto and I can just deploy the same src code and run commands which I run locally. Railway seems like the clear winner with regards to hosting a quick node server easily and quickly!