volume access.log and error.log to $PWD/logs/

This commit is contained in:
khodekhadem 2024-03-15 02:30:07 +03:30
parent b9d5fa0ff0
commit a338ebd640

View file

@ -9,6 +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
environment:
XRAY_VMESS_AEAD_FORCED: "false"
tty: true