mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-27 01:56:15 -04:00
Update README.md
This commit is contained in:
parent
08d977b8cd
commit
690eac3603
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -32,6 +32,17 @@ docker run -d --name it-tools --restart unless-stopped -p 8080:80 corentinth/it-
|
|||
docker run -d --name it-tools --restart unless-stopped -p 8080:80 ghcr.io/corentinth/it-tools:latest
|
||||
```
|
||||
|
||||
**docker-compose**
|
||||
```yaml
|
||||
services:
|
||||
it-tools:
|
||||
container_name: it-tools
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8080:80
|
||||
image: corentinth/it-tools:latest
|
||||
```
|
||||
|
||||
**Other solutions:**
|
||||
|
||||
- [Cloudron](https://www.cloudron.io/store/tech.ittools.cloudron.html)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue