Builder Changes to get Mariadb working

This commit is contained in:
2024-07-26 11:06:27 -07:00
parent 71c2ac8aa3
commit 2f1c6757c8
8 changed files with 35 additions and 47 deletions
+2 -2
View File
@@ -4,10 +4,10 @@ BLDR_IMAGE_VAR="\${${BLDR_APP^^}_IMAGE:-$BLDR_DC_IMAGE}"
# Generate Docker Compose content and save it to a variable
BLDR_NEW_DCF=$(cat <<EOF
version: '3.4'
version: '3.8'
services:
stash:
$BLDR_APP:
image: $BLDR_IMAGE_VAR
restart: unless-stopped
environment: