mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-11-01 04:42:51 +00:00
Compare commits
No commits in common. "bb2c7d30300fefb1acfdab230f088ee3192084d7" and "320367d1e5ef3cf5cb72791628e4ff9eb2978345" have entirely different histories.
bb2c7d3030
...
320367d1e5
1 changed files with 4 additions and 6 deletions
|
|
@ -1,10 +1,8 @@
|
|||
services:
|
||||
3xui:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile
|
||||
container_name: 3xui_app
|
||||
# hostname: yourhostname <- optional
|
||||
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