Skip to content
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

2024/06/22 17:41:11 no such table: changes #171

Closed
megoRU opened this issue Jun 22, 2024 · 2 comments
Closed

2024/06/22 17:41:11 no such table: changes #171

megoRU opened this issue Jun 22, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@megoRU
Copy link

megoRU commented Jun 22, 2024

I just started it but: 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:
@megoRU megoRU added the bug Something isn't working label Jun 22, 2024
@alireza0
Copy link
Owner

alireza0 commented Jun 24, 2024

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.

alireza0 added a commit that referenced this issue Jun 28, 2024
@alireza0
Copy link
Owner

It is now fixed generally for first install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants