You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But is not working anymore. Any tips? For sure I can write a dockerfile for me, but I'd like to see if there is any reason to not provide a official one.
The text was updated successfully, but these errors were encountered:
ryukinix
changed the title
Any reason to not provide a docker container?
Any reason to not provide a docker image or a Dockerfile?
Feb 13, 2024
值得一提的是,在运行 docker compose 之前你需要先使用 npm run config 来生成 session.key、salt.key 文件。
It is worth mentioning that before you can run docker compose you need to use NPM run config to generate session.key、salt.key file.
正常运行后,你需要将 6060 端口用于 ws wss,3000 端口用于 web,这一步你可以看 jheretic/docker-hack-chat,里面介绍的非常详细。
Once it's up and running, you'll need to use port 6060 for WS WSS and port 3000 for the web. For this step, see jheretic/docker-hack-chat, Very detailed.
5 years ago I used this: https://hub.docker.com/r/mcgriddle/hack-chat
But is not working anymore. Any tips? For sure I can write a dockerfile for me, but I'd like to see if there is any reason to not provide a official one.
The text was updated successfully, but these errors were encountered: