diff --git a/README.md b/README.md index 17f5b49..607b1db 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,21 @@ else ```bash bun dev +``` + +Or you can use docker-compose to run the project + +```yaml +version: '3.8' + +services: + urlsh-api-modelec: + image: breizhhardware/modelec-urlsh-qrcode:latest + container_name: urlsh-api-modelec + ports: + - "8080:8080" +``` + +```bash +docker-compose up -d ``` \ No newline at end of file