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
I just started it but: lireza7/s-ui "./sui migrate" 10 minutes ago Restarting (1) 46 seconds ago s-ui
lireza7/s-ui "./sui migrate" 10 minutes ago Restarting (1) 46 seconds ago s-ui
services: s-ui: image: alireza7/s-ui container_name: s-ui hostname: "S-UI docker" volumes: - "singbox:/app/bin" - "$PWD/db:/app/db" - "$PWD/cert:/app/cert" environment: SINGBOX_API: "sing-box:1080" SUI_DB_FOLDER: "db" tty: true restart: unless-stopped ports: - "2095:2095" - "2096:2096" networks: - s-ui entrypoint: "./sui migrate && ./sui" sing-box: image: alireza7/s-ui-singbox container_name: sing-box volumes: - "singbox:/app/" - "$PWD/cert:/cert" networks: - s-ui ports: - "443:443" - "1443:1443" - "2443:2443" - "3443:3443" restart: unless-stopped depends_on: - s-ui networks: s-ui: driver: bridge volumes: singbox:
The text was updated successfully, but these errors were encountered:
You are right. I will fix it in next release. For now, just run it in first time with:
entrypoint: "./sui"
And then stop it and convert it to:
entrypoint: "./sui migrate && ./sui"
Then it will be ready for next versions changes.
Please keep this in your mind that always check for update of docker-compose.yml file from repo.
Sorry, something went wrong.
omit migration on first install #171
0d36b81
It is now fixed generally for first install
No branches or pull requests
I just started it but:
lireza7/s-ui "./sui migrate" 10 minutes ago Restarting (1) 46 seconds ago s-ui
The text was updated successfully, but these errors were encountered: