mirror of https://github.com/Lissy93/dashy.git
14 lines
265 B
YAML
14 lines
265 B
YAML
|
---
|
||
|
version: "3"
|
||
|
services:
|
||
|
dashy:
|
||
|
image: lissy93/dashy
|
||
|
container_name: dashy
|
||
|
volumes:
|
||
|
- /root/my-config.yml:/app/public/conf.yml
|
||
|
ports:
|
||
|
- 8080:80
|
||
|
environment:
|
||
|
- UID=1000
|
||
|
- GID=1000
|
||
|
restart: unless-stopped
|