mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-11-01 21:02: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:
|
services:
|
||||||
3xui:
|
3x-ui:
|
||||||
build:
|
image: ghcr.io/mhsanaei/3x-ui:latest
|
||||||
context: .
|
container_name: 3x-ui
|
||||||
dockerfile: ./Dockerfile
|
hostname: yourhostname
|
||||||
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