add more compose files
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user