mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 12:16:18 +00:00
Update docker-compose.yml
docker required ports added
This commit is contained in:
parent
1c798bb3d9
commit
678b7d99e5
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ services:
|
||||||
image: ghcr.io/mhsanaei/3x-ui:latest
|
image: ghcr.io/mhsanaei/3x-ui:latest
|
||||||
container_name: 3x-ui
|
container_name: 3x-ui
|
||||||
hostname: yourhostname
|
hostname: yourhostname
|
||||||
|
ports:
|
||||||
|
- "80:80/tcp"
|
||||||
|
- "443:443/tcp"
|
||||||
|
- "2053:2053/tcp"
|
||||||
volumes:
|
volumes:
|
||||||
- $PWD/db/:/etc/x-ui/
|
- $PWD/db/:/etc/x-ui/
|
||||||
- $PWD/cert/:/root/cert/
|
- $PWD/cert/:/root/cert/
|
||||||
|
|
Loading…
Reference in a new issue