Skip to content

Commit fe653c8

Browse files
authored
Merge pull request #4785 from tesilaaliset/fix/fix-docker-run
Fix/fix docker run
2 parents f135f17 + 330b534 commit fe653c8

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docker-compose.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
services:
22
hiddify:
33
#only for local build and development
4-
#build: .
4+
build: .
55

66
#latest release version
7-
image: ghcr.io/hiddify/hiddify-manager:latest
7+
#image: ghcr.io/hiddify/hiddify-manager:latest
88

99
#latest beta version
1010
#image: ghcr.io/hiddify/hiddify-manager:beta
@@ -15,9 +15,6 @@ services:
1515
#specific version
1616
#image: ghcr.io/hiddify/hiddify-manager:v10.80.0
1717
ports:
18-
- "443:443"
19-
- "80:80"
20-
- "22:22"
2118
- "80:80"
2219
- "443:443"
2320
- "53:53/udp"
@@ -37,8 +34,7 @@ services:
3734
depends_on:
3835
- mariadb
3936
- redis
40-
network_mode: host
41-
37+
4238
mariadb:
4339
image: mariadb:latest
4440
container_name: mariadb_container

0 commit comments

Comments
 (0)