Dont detach when starting containers as update.sh is run with system on the server

This commit is contained in:
retropikzel 2024-09-29 07:30:51 +03:00
parent d185158f63
commit 309617f168
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@ then
docker-compose stop
fi
docker-compose up -d --build
docker-compose up --build