mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-12 05:00:05 +00:00
Merge branch 'main' into main
This commit is contained in:
commit
bb2c7d3030
1 changed files with 6 additions and 4 deletions
|
@ -1,8 +1,10 @@
|
||||||
services:
|
services:
|
||||||
3x-ui:
|
3xui:
|
||||||
image: ghcr.io/mhsanaei/3x-ui:latest
|
build:
|
||||||
container_name: 3x-ui
|
context: .
|
||||||
hostname: yourhostname
|
dockerfile: ./Dockerfile
|
||||||
|
container_name: 3xui_app
|
||||||
|
# hostname: yourhostname <- optional
|
||||||
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