diff --git a/README.md b/README.md index 810c4b64..88ca99d6 100644 --- a/README.md +++ b/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)