mirror of
https://github.com/daeuniverse/dae.git
synced 2025-02-06 17:19:08 +07:00
11 lines
221 B
Markdown
11 lines
221 B
Markdown
|
# Docker
|
||
|
|
||
|
Pre-built image and related docs can be found at https://hub.docker.com/r/daeuniverse/dae.
|
||
|
|
||
|
Also, you can use `docker compose`:
|
||
|
|
||
|
```shell
|
||
|
git clone https://github.com/v2rayA/dae
|
||
|
docker compose up -d --build
|
||
|
```
|