diff options
author | crupest <crupest@outlook.com> | 2023-06-01 01:15:44 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-06-01 01:15:44 +0800 |
commit | a2914e2f8fb6c33d32972d2bca4bd834d6cf5c94 (patch) | |
tree | 2dfafa1d427305926201cc8ab65ca1a9abe9f7fc | |
parent | cf241616a0037ae001a85770c183645ffea7e911 (diff) | |
download | crupest-a2914e2f8fb6c33d32972d2bca4bd834d6cf5c94.tar.gz crupest-a2914e2f8fb6c33d32972d2bca4bd834d6cf5c94.tar.bz2 crupest-a2914e2f8fb6c33d32972d2bca4bd834d6cf5c94.zip |
No expose v2ray.
-rw-r--r-- | template/docker-compose.yaml.template | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index afb3bca..8463afe 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -89,8 +89,6 @@ services: restart: on-failure:3 volumes: - "./v2ray-config.json:/etc/v2fly/config.json:ro" - expose: - - "10000:10000" networks: - v2ray-network |