From a54f52b04eb5c810853d90172d6cf229ad76e86d Mon Sep 17 00:00:00 2001 From: Ivan Carlos Date: Fri, 9 Jan 2026 14:46:04 +0000 Subject: [PATCH] Update README.md --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 519f178..d4191ab 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,25 @@ # Device Tester A simple and useful webcam, microphone and audio output tester. - -[![Stars](https://img.shields.io/github/stars/ivancarlosti/devicetester?label=⭐%20Stars&color=gold&style=flat)](https://github.com/ivancarlosti/devicetester/stargazers) -[![Watchers](https://img.shields.io/github/watchers/ivancarlosti/devicetester?label=Watchers&style=flat&color=red)](https://github.com/sponsors/ivancarlosti) -[![Forks](https://img.shields.io/github/forks/ivancarlosti/devicetester?label=Forks&style=flat&color=ff69b4)](https://github.com/sponsors/ivancarlosti) -[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/ivancarlosti/devicetester?label=Activity)](https://github.com/ivancarlosti/devicetester/pulse) -[![GitHub Issues](https://img.shields.io/github/issues/ivancarlosti/devicetester?label=Issues&color=orange)](https://github.com/ivancarlosti/devicetester/issues) -[![License](https://img.shields.io/github/license/ivancarlosti/devicetester?label=License)](LICENSE) -[![GitHub last commit](https://img.shields.io/github/last-commit/ivancarlosti/devicetester?label=Last%20Commit)](https://github.com/ivancarlosti/devicetester/commits) -[![Security](https://img.shields.io/badge/Security-View%20Here-purple)](https://github.com/ivancarlosti/devicetester/security) -[![Code of Conduct](https://img.shields.io/badge/Code%20of%20Conduct-2.1-4baaaa)](https://github.com/ivancarlosti/devicetester?tab=coc-ov-file) -[![GitHub Sponsors](https://img.shields.io/github/sponsors/ivancarlosti?label=GitHub%20Sponsors&color=ffc0cb)][sponsor] - - ## Notes 1. Project inspired in multiple device complex testers across the web. 2. The music used on test is royalty free and generated by AI. 3. The page was co-created by AI. +## Docker Compose suggestion + +``` +name: devicetester + +services: + devicetester: + image: git.icc.gg/ivancarlos/devicetester:latest + container_name: devicetester + restart: unless-stopped + ports: + - "3987:80" +``` + ---