This commit is contained in:
Krenar Emini 2025-04-13 04:08:16 +02:00 committed by GitHub
commit 0a7eec6fbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,6 +28,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 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:** **Other solutions:**
- [Cloudron](https://www.cloudron.io/store/tech.ittools.cloudron.html) - [Cloudron](https://www.cloudron.io/store/tech.ittools.cloudron.html)