chore: edit docker-compose.yml file

Shishkevich D.
2025-06-13 15:17:23 +07:00
parent 097b575ab0
commit 46099cba6d

@@ -32,12 +32,13 @@ $ cd panel
`compose.yml`
```yml
services:
panel:
3xui:
image: ghcr.io/mhsanaei/3x-ui:latest
container_name: 3xui_app
# hostname: yourhostname <- optional
volumes:
- ~/panel/db/:/etc/x-ui/
- ~/panel/cert/:/root/cert/
- $PWD/db/:/etc/x-ui/
- $PWD/cert/:/root/cert/
environment:
XRAY_VMESS_AEAD_FORCED: "false"
XUI_ENABLE_FAIL2BAN: "true"
@@ -46,8 +47,6 @@ services:
restart: unless-stopped
```
5. Start the Docker container using the following command.
```bash