Run pull and build before taking the container down.

This commit is contained in:
2025-11-21 08:29:22 -07:00
parent b490c84b37
commit 2d565c94f0
3 changed files with 5 additions and 5 deletions

View File

@@ -46,8 +46,8 @@ fi
echo "nameserver 1.1.1.1" > /etc/resolv.conf
echo -e "\n*** Start the docker container ***"
docker compose down
docker compose build
docker compose down
docker compose up -d
echo -e "\n*** Now use the local process for DNS ***\n/etc/resolv.conf:"