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 a8b2530 + bd2affa commit e3f7ccfCopy full SHA for e3f7ccf
1 file changed
docker-compose.yml
@@ -2,10 +2,10 @@
2
services:
3
hiddify:
4
#only for local build and development
5
- build: .
+ #build: .
6
7
#latest release version
8
- #image: ghcr.io/hiddify/hiddify-manager:latest
+ image: ghcr.io/hiddify/hiddify-manager:latest
9
10
#latest beta version
11
#image: ghcr.io/hiddify/hiddify-manager:beta
@@ -58,4 +58,4 @@ services:
58
command: sh -c "redis-server --requirepass \"$REDIS_PASSWORD\""
59
volumes:
60
- ./docker-data/redis_data:/data # Persistent storage for Redis data
61
-
+
0 commit comments