txty-io / texterify

The translation and localization management system.
https://texterify.com
Other
171 stars 14 forks source link

Unable to setup the project with Remote Container + VSC #92

Closed Francis-Tao-jinjin closed 1 year ago

Francis-Tao-jinjin commented 2 years ago
Screenshot 2022-01-03 at 1 11 34 PM

Every time I open the project, it throws this error. I couldn't find any related information from google. If anyone knows how to solve this problem, I will be much grateful.

krisrefs commented 2 years ago

Are you following the tutorial? https://docs.texterify.com/installation

Remember to do: docker-compose up --always-recreate-deps

chrztoph commented 2 years ago

It seems like you are missing the network.

Try to run docker network create texterify-network.

Let me know if this works for you.

chrztoph commented 1 year ago

Closing this issue. Feel free to reopen if you still have problems.