mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 14:56:17 -04:00
Merge 690eac3603
into 07eea0f484
This commit is contained in:
commit
0a7eec6fbc
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue