mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 20:26:19 +00:00
volume access.log and error.log to $PWD/logs/
This commit is contained in:
parent
b9d5fa0ff0
commit
a338ebd640
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- $PWD/db/:/etc/x-ui/
|
- $PWD/db/:/etc/x-ui/
|
||||||
- $PWD/cert/:/root/cert/
|
- $PWD/cert/:/root/cert/
|
||||||
|
- $PWD/logs/error.log:/app/error.log
|
||||||
|
- $PWD/logs/access.log:/app/access.log
|
||||||
environment:
|
environment:
|
||||||
XRAY_VMESS_AEAD_FORCED: "false"
|
XRAY_VMESS_AEAD_FORCED: "false"
|
||||||
tty: true
|
tty: true
|
||||||
|
|
Loading…
Reference in a new issue