various fixes

This commit is contained in:
2026-05-19 05:31:32 +08:00
parent 3248e88762
commit 15496563cc
4 changed files with 95 additions and 96 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ services:
openssl req -x509 -nodes -days 3650 -newkey rsa:2048 \
-keyout /etc/nginx/ssl/key.pem \
-out /etc/nginx/ssl/cert.pem \
-subj "/CN=localhost" &&
-subj "/CN=nginx" &&
chmod 644 /etc/nginx/ssl/cert.pem /etc/nginx/ssl/key.pem
'
@@ -37,7 +37,7 @@ services:
volumes:
- ./config/client.json:/etc/xray/config.json:ro
ports:
- "6543:6543"
- 127.0.0.1:4343:4343
command: run -c /etc/xray/config.json
volumes: