We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f135f17 + 330b534 commit fe653c8Copy full SHA for fe653c8
docker-compose.yml
@@ -1,10 +1,10 @@
1
services:
2
hiddify:
3
#only for local build and development
4
- #build: .
+ build: .
5
6
#latest release version
7
- image: ghcr.io/hiddify/hiddify-manager:latest
+ #image: ghcr.io/hiddify/hiddify-manager:latest
8
9
#latest beta version
10
#image: ghcr.io/hiddify/hiddify-manager:beta
@@ -15,9 +15,6 @@ services:
15
#specific version
16
#image: ghcr.io/hiddify/hiddify-manager:v10.80.0
17
ports:
18
- - "443:443"
19
- - "80:80"
20
- - "22:22"
21
- "80:80"
22
- "443:443"
23
- "53:53/udp"
@@ -37,8 +34,7 @@ services:
37
34
depends_on:
38
35
- mariadb
39
36
- redis
40
- network_mode: host
41
-
+
42
mariadb:
43
image: mariadb:latest
44
container_name: mariadb_container
0 commit comments