-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
部署完成访问5173之后可以进入页面,但是在注册页面注册账户时没反应 #306
Comments
我用的docker部署 |
你應該是改了5432和6379的默認端口,在.ENV裡用默認端口應該可以解決問題。 |
因为我用宝塔部署的,5432和6379被占用了,不得不改,但是不知道怎么弄现在 |
那你compose and evn 都改為同一個自定義端口看看。例如55432:55432,66379:66379 |
@2904202165 Hi, are you able to register now? If not, can you provide logs? Run docker-compose logs. Thanks |
@2904202165 checkout #305 |
好的好的,我试试,谢谢您 |
|
COMPOSE: `version: '3.8' services: redis: minio: backend: frontend: volumes: ENV: `# App Setup Backend and Frontend URLs and PortsBACKEND_PORT=28080 # Port to run backend on. Needed for Docker setup Optional Google OAuth settings for Google Sheet IntegrationGOOGLE_CLIENT_ID=your_google_client_idGOOGLE_CLIENT_SECRET=your_google_client_secretGOOGLE_REDIRECT_URI=your_google_redirect_uriTelemetry Settings - Please keep it enabled. Keeping it enabled helps us understand how the product is used and assess the impact of any new changes.MAXUN_TELEMETRY=true` |
|
不要用公網地址,用路由器分配給你的地址🤣 |
The text was updated successfully, but these errors were encountered: