fix nginx

This commit is contained in:
quackerd 2021-01-16 18:57:15 -05:00
parent ea20da39eb
commit 5b95b8717a
Signed by: d
GPG Key ID: F73412644EDE357A
1 changed files with 3 additions and 3 deletions

View File

@ -28,8 +28,8 @@ services:
- 80:80
- 443:443
volumes:
- ./nginx:/config
- ./nginx/default:/config/nginx/site-confs/default
- ./nginx/logs:/config/log
v2ray:
container_name: v2ray_v2ray
image: teddysun/v2ray
@ -38,6 +38,6 @@ services:
- br-v2ray
command: ["v2ray","-config=/etc/v2ray/config.json"]
volumes:
- ./v2ray:/etc/v2ray
- ./v2ray/config.json:/etc/v2ray/config.json
{{ watchtower }}