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 | 2a53355cac217046f6bd251be3f2b27e9c7d790d (patch) | |
tree | 2dfafa1d427305926201cc8ab65ca1a9abe9f7fc | |
parent | 81dbe33da48581d1230e7c987f56dd524f22189a (diff) | |
download | crupest-2a53355cac217046f6bd251be3f2b27e9c7d790d.tar.gz crupest-2a53355cac217046f6bd251be3f2b27e9c7d790d.tar.bz2 crupest-2a53355cac217046f6bd251be3f2b27e9c7d790d.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 |