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.
1 parent 22bba64 commit c562985Copy full SHA for c562985
common/docker-installer.sh
@@ -37,10 +37,9 @@ sed -i "s/hiddify-manager:latest/hiddify-manager:$TAG/g" docker-compose.yml
37
echo "REDIS_PASSWORD=$redispassword"> docker.env
38
echo "MYSQL_PASSWORD=$mysqlpassword">> docker.env
39
40
-cp docker.env .env
41
-
42
# Start the containers using Docker Compose
43
-docker compose up -d --pull
+docker compose pull
+docker compose up -d
44
45
# Follow the logs from the containers
46
docker compose logs -f
0 commit comments