7 lines
139 B
YAML
7 lines
139 B
YAML
services:
|
|
web:
|
|
image: gitea.easye.me/ejones/home-dashboard:latest
|
|
ports:
|
|
- 8096:80
|
|
restart: unless-stopped
|
|
networks: {} |