Skip to content

Commit 763ccb4

Browse files
committed
Remove deprecated ZeroTier config directory from Docker readme
1 parent 093ed9c commit 763ccb4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docker/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ docker run -d \
2323
-p 443:443 \
2424
-p 8000:8000 \
2525
-v /path/to/zoraxy/config/:/opt/zoraxy/config/ \
26-
-v /path/to/zerotier/config/:/var/lib/zerotier-one/ \
2726
-v /var/run/docker.sock:/var/run/docker.sock \
2827
-v /etc/localtime:/etc/localtime \
2928
-e FASTGEOIP="true" \
@@ -45,7 +44,6 @@ services:
4544
- 8000:8000
4645
volumes:
4746
- /path/to/zoraxy/config/:/opt/zoraxy/config/
48-
- /path/to/zerotier/config/:/var/lib/zerotier-one/
4947
- /var/run/docker.sock:/var/run/docker.sock
5048
- /etc/localtime:/etc/localtime
5149
environment:
@@ -66,7 +64,6 @@ services:
6664
| Volume | Details |
6765
|:-|:-|
6866
| `/opt/zoraxy/config/` | Zoraxy configuration. |
69-
| `/var/lib/zerotier-one/` | ZeroTier configuration. Only required if you wish to use ZeroTier. |
7067
| `/var/run/docker.sock` | Docker socket. Used for additional functionality with Zoraxy. |
7168
| `/etc/localtime` | Localtime. Set to ensure the host and container are synchronized. |
7269

0 commit comments

Comments
 (0)