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
@@ -19,4 +19,21 @@ else
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
bun dev
|
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