mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-09 19:56:19 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
a0ad538fa5
3 changed files with 4 additions and 2 deletions
|
@ -9,8 +9,8 @@ services:
|
|||
volumes:
|
||||
- $PWD/db/:/etc/x-ui/
|
||||
- $PWD/cert/:/root/cert/
|
||||
- $PWD/logs/error.log:/app/error.log
|
||||
- $PWD/logs/access.log:/app/access.log
|
||||
- $PWD/docker-logs/error.log:/app/error.log
|
||||
- $PWD/docker-logs/access.log:/app/access.log
|
||||
environment:
|
||||
XRAY_VMESS_AEAD_FORCED: "false"
|
||||
tty: true
|
||||
|
|
1
docker-logs/access.log
Normal file
1
docker-logs/access.log
Normal file
|
@ -0,0 +1 @@
|
|||
access logs from docker container
|
1
docker-logs/error.log
Normal file
1
docker-logs/error.log
Normal file
|
@ -0,0 +1 @@
|
|||
|
Loading…
Reference in a new issue