mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-02-28 05:02:59 +00:00
Update docker-compose.yml
This commit is contained in:
parent
77362c30f1
commit
64573d34d1
1 changed files with 6 additions and 1 deletions
|
|
@ -5,6 +5,10 @@ services:
|
|||
dockerfile: ./Dockerfile
|
||||
container_name: 3xui_app
|
||||
# hostname: yourhostname <- optional
|
||||
# ports:
|
||||
# - "2053:2053" # Web UI
|
||||
# - "2096:2096" # Subscriptions
|
||||
# - "443:443" # Example - Inbound internal
|
||||
volumes:
|
||||
- $PWD/db/:/etc/x-ui/
|
||||
- $PWD/cert/:/root/cert/
|
||||
|
|
@ -14,3 +18,4 @@ services:
|
|||
tty: true
|
||||
network_mode: host
|
||||
restart: unless-stopped
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue