mirror of
https://github.com/modelec/urlsh-qrcode.git
synced 2026-01-18 16:57:25 +01:00
Docker
This commit is contained in:
17
README.md
17
README.md
@@ -20,3 +20,20 @@ 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
|
||||
```
|
||||
Reference in New Issue
Block a user