mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 13:32:24 +00:00
Update docker-compose.yml
Define your hostname to identify the host in telegram
This commit is contained in:
parent
b5dd258074
commit
d396fb5d06
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ services:
|
|||
3x-ui:
|
||||
image: ghcr.io/mhsanaei/3x-ui:latest
|
||||
container_name: 3x-ui
|
||||
hostname: yourhostname
|
||||
volumes:
|
||||
- $PWD/db/:/etc/x-ui/
|
||||
- $PWD/cert/:/root/cert/
|
||||
|
|
Loading…
Reference in a new issue