9 lines
212 B
YAML
9 lines
212 B
YAML
services:
|
|
nowblinkie:
|
|
build: "https://git.alv.cx/alvierahman90/nowblinkie.git"
|
|
volumes:
|
|
- "./res:/res"
|
|
- "./out:/out"
|
|
- "./config-docker.toml:/config.toml"
|
|
restart: unless-stopped
|