mirror of
https://github.com/dndx/phantun.git
synced 2025-01-18 13:59:30 +08:00
d7913c1407
Co-authored-by: Datong Sun <dndx@idndx.com>
12 lines
197 B
Markdown
12 lines
197 B
Markdown
# phantun (docker)
|
|
|
|
## Build
|
|
|
|
```sh
|
|
docker build -t phantun -f docker/Dockerfile .
|
|
```
|
|
|
|
## Usage
|
|
|
|
It is recommended to use docker-compose, see [docker-compose.yml](docker-compose.yml) for details.
|