Skip to content

Commit

Permalink
Merge pull request #4788 from tesilaaliset/fix/fix-docker-run
Browse files Browse the repository at this point in the history
  • Loading branch information
lymanjre authored Feb 19, 2025
2 parents 6344a9c + ece25f2 commit 7d4fd03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions common/docker-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ sed -i "s/REDIS_STRONG_PASS/$redispassword/g" app.cfg
sed -i "s/MYSQL_STRONG_PASS/$mysqlpassword/g" app.cfg

# Start the containers using Docker Compose
docker compose pull
docker compose up -d

# Follow the logs from the containers
Expand Down
5 changes: 4 additions & 1 deletion docker-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
mkdir /hiddify-data/ssl/
rm -rf /opt/hiddify-manager/log/*.lock
cd $(dirname -- "$0")
./install.sh install-docker --no-gui $@

DO_NOT_INSTALL=true ./install.sh install-docker --no-gui $@
./status.sh --no-gui
./apply_configs.sh --no-gui
./restart.sh --no-gui
./status.sh --no-gui

echo Hiddify is started!!!! in 5 seconds you will see the system logs
sleep 5
Expand Down

0 comments on commit 7d4fd03

Please sign in to comment.