mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 14:56:17 -04:00
chore(docker): fixed the docker-run command in README (#323)
This commit is contained in:
parent
dee5586bf5
commit
b3390f6ff7
1 changed files with 5 additions and 2 deletions
|
@ -13,8 +13,11 @@ You have an idea of a tool? Submit a [feature request](https://github.com/Corent
|
||||||
Self host your own version of it-tools in your homelab with docker:
|
Self host your own version of it-tools in your homelab with docker:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker run -d -p 8080:80 --name it-tools -it corentinth/it-tools
|
docker run -d \
|
||||||
|
--name it-tools \
|
||||||
|
--restart unless-stopped \
|
||||||
|
-p 8080:80 \
|
||||||
|
corentinth/it-tools:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue