mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-24 01:12:06 +03:00
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 |