Skip to content

Commit c562985

Browse files
committed
fix: docker
1 parent 22bba64 commit c562985

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

common/docker-installer.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ sed -i "s/hiddify-manager:latest/hiddify-manager:$TAG/g" docker-compose.yml
3737
echo "REDIS_PASSWORD=$redispassword"> docker.env
3838
echo "MYSQL_PASSWORD=$mysqlpassword">> docker.env
3939

40-
cp docker.env .env
41-
4240
# Start the containers using Docker Compose
43-
docker compose up -d --pull
41+
docker compose pull
42+
docker compose up -d
4443

4544
# Follow the logs from the containers
4645
docker compose logs -f

0 commit comments

Comments
 (0)