Skip to content

updated README.md#32

Open
Such6 wants to merge 3 commits into
Shivansh-yadav13:mainfrom
Such6:updated-readme
Open

updated README.md#32
Such6 wants to merge 3 commits into
Shivansh-yadav13:mainfrom
Such6:updated-readme

Conversation

@Such6

@Such6 Such6 commented Oct 20, 2022

Copy link
Copy Markdown

No description provided.

@Shivansh-yadav13

Copy link
Copy Markdown
Owner

@hamees-sayed @wliao008 any suggestions?

@hamees-sayed

Copy link
Copy Markdown
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