mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
Builder Changes to get Mariadb working
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user