From 6a631be909b56a899af393510edffd70d7901a7a Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Fri, 25 Jul 2025 12:14:51 -0500 Subject: [PATCH] docs(docker): docs about the custom network for the db is seperated --- scripts/dockerBuild.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/dockerBuild.ps1 b/scripts/dockerBuild.ps1 index ddf8097..63f580c 100644 --- a/scripts/dockerBuild.ps1 +++ b/scripts/dockerBuild.ps1 @@ -14,4 +14,5 @@ docker push git.tuffraid.net/cowch/logistics_support_tool:latest Write-Host "Pull the new images to our docker system" docker compose -f ./docker-compose.yml up -d --force-recreate -# in case we get logged out docker login git.tuffraid.net \ No newline at end of file +# in case we get logged out docker login git.tuffraid.net +# create a docker network so we have this for us docker network create -d bridge my-bridge-network \ No newline at end of file