We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, i tried to run it using simple docker-compose
version: "3" services: rocketadmin: environment: - DATABASE_URL=postgresql://postgres:xxxxx@xxxx/dbxxx - JWT_SECRET=HnOqxFUoE2V6eCSVyWQ88D80cwvo5IZg - PRIVATE_KEY=someprivkey - TEMPORARY_JWT_SECRET=HnOqxFUoE2V6eCSVyWQ88D80cwvo5IZg - APP_DOMAIN_ADDRESS=http://localhost:3000 ports: - 3000:3000 container_name: rocketadmin image: rocketadmin/rocketadmin
but the docker keep exiting, and it gives me this log
2023-12-05 12:23:42 Start migrations... 2023-12-05 12:23:43 2023/12/05 05:23:43 [warn] 88#88: duplicate MIME type "text/html" in /etc/nginx/sites-enabled/default:5 2023-12-05 12:23:43 /app/backend/runner.sh: line 4: 87 Segmentation fault node --enable-source-maps dist/main.js
Am i missing something ?
The text was updated successfully, but these errors were encountered:
Can you provide more details about your environment? OS, available CPU/memory
Sorry, something went wrong.
No branches or pull requests
Hello, i tried to run it using simple docker-compose
but the docker keep exiting, and it gives me this log
Am i missing something ?
The text was updated successfully, but these errors were encountered: