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

updated README.md #32

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

Such6
Copy link

@Such6 Such6 commented Oct 20, 2022

No description provided.

@Shivansh-yadav13
Copy link
Owner

@hamees-sayed @wliao008 any suggestions?

@hamees-sayed
Copy link
Contributor

@Shivansh-yadav13 we can also add an example command to run the docker image locally, like this:
docker run -p 3000:3000 -v /sqlite_database/data.db:/app/sqlite_database -e SQLITE_NAME=data.db ghcr.io/shivansh-yadav13/sqlite-ui:latest

and add a note to change the port if 3000 is used by another process, additionally;
docker run -p 3000:3000 -v /sqlite_database/data.db:/app/sqlite_database -e SQLITE_NAME=data.db shivansh-yadav13/sqlite-ui:latest
running this command was giving me an error, so I prefixed the image with ghcr.io/ and it worked. So maybe we could edit it out as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants