mirror of
https://github.com/Lissy93/web-check.git
synced 2025-06-20 19:57:44 +02:00
updating readme to make it easier to deploy using docker
This commit is contained in:
parent
62a213d74d
commit
be41fc7ca4
8
.github/README.md
vendored
8
.github/README.md
vendored
@ -779,8 +779,16 @@ Click the button below, to deploy to Vercel 👇
|
||||
|
||||
### Deploying - Option #3: Docker
|
||||
|
||||
Pull Image: `docker pull lissy93/web-check`
|
||||
|
||||
Run `docker run -p 3000:3000 lissy93/web-check`, then open [`localhost:3000`](http://localhost:3000)
|
||||
|
||||
or:
|
||||
|
||||
Run `docker -d --name webcheck -p 3000:3000 --restart=always lissy93/web-check`, then open [`localhost:3000`](http://localhost:3000)
|
||||
|
||||
This command sets up a detached container, gives it a name (webcheck), and configures it to auto-restart, enabling continuous operation in your environment for OSINT searches.
|
||||
|
||||
<details>
|
||||
<summary>Docker Options</summary>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user