Files
docker-compose/dashy/README.md
T
2025-06-17 08:23:42 -04:00

30 lines
510 B
Markdown

# dashy docker compose
## Description
Dashy is a customizable dashboard for your links.
## Usage
```sh
git clone -n --depth=1 --filter=tree:0 \
https://git.danesi.dev/cdanesi/docker.git
cd docker
git sparse-checkout set --no-cone /dashy
git checkout
```
## Environment
```env
UID=1000
GID=1000
```
**UID**: The user ID you wish to run the container as
**GID**: The group ID you wish to assign to the container
The `./config` folder will be created and owned by UID:GID
## Authors and acknowledgment