Update README.md
This commit is contained in:
parent
08d977b8cd
commit
690eac3603
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…
Reference in New Issue
Block a user