Skip to content

Commit e3f7ccf

Browse files
committed
Merge branch 'main' into dev
2 parents a8b2530 + bd2affa commit e3f7ccf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
services:
33
hiddify:
44
#only for local build and development
5-
build: .
5+
#build: .
66

77
#latest release version
8-
#image: ghcr.io/hiddify/hiddify-manager:latest
8+
image: ghcr.io/hiddify/hiddify-manager:latest
99

1010
#latest beta version
1111
#image: ghcr.io/hiddify/hiddify-manager:beta
@@ -58,4 +58,4 @@ services:
5858
command: sh -c "redis-server --requirepass \"$REDIS_PASSWORD\""
5959
volumes:
6060
- ./docker-data/redis_data:/data # Persistent storage for Redis data
61-
61+

0 commit comments

Comments
 (0)