10 lines
152 B
Markdown
10 lines
152 B
Markdown
```yaml
|
|
services:
|
|
web:
|
|
image: gitea.easye.me/ejones/home-dashboard:latest
|
|
ports:
|
|
- 8096:80
|
|
restart: unless-stopped
|
|
networks: {}
|
|
```
|