Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbilly committed Sep 3, 2021
1 parent 836ca34 commit 6056bb7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docker-zerotier-controller

Dockernized ZeroTierOne controller with zero-ui web interface.
Dockernized ZeroTierOne controller with zero-ui web interface. [中文讨论](https://v2ex.com/t/799623)

## Customize ZeroTierOne's controller planets

Expand Down Expand Up @@ -41,9 +41,9 @@ docker run --rm -ti -v `pwd`/config/identity.public:/app/config/identity.public

- The default username/password (`admin`/`zero-ui`) is defined by `ZU_DEFAULT_USERNAME` and `ZU_DEFAULT_PASSWORD`.
- The environment variable `ZT_PRIMARY_PORT` is ZeroTierOne's `primaryPort` in `local.conf`.
- Other environment variables please check [zero-ui](https://github.com/dec0dOS/zero-ui/blob/main/README.md)
- Please check [zero-ui](https://github.com/dec0dOS/zero-ui/blob/main/README.md) for other environment variables.

## Files in docker image
## Files in Docker Image

```bash
/app/
Expand All @@ -57,3 +57,7 @@ docker run --rm -ti -v `pwd`/config/identity.public:/app/config/identity.public
- `backend`: zero-ui backend.
- `frontend`: The static files of zero-ui frontend.
- `ZeroTierOne`: The binaries of ZeroTierOne, such as `zerotier-*`, `mkworld`.

## Change Log

- 20210902 - First Release.

0 comments on commit 6056bb7

Please sign in to comment.