We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents efe3afa + 12a81c8 commit cab2b2aCopy full SHA for cab2b2a
menu.sh
@@ -14,7 +14,6 @@ DOCKER_COMPOSE_YML=./docker-compose.yml
14
DOCKER_COMPOSE_OVERRIDE_YML=./compose-override.yml
15
16
# Minimum Software Versions
17
-COMPOSE_VERSION="3.6"
18
REQ_DOCKER_VERSION=18.2.0
19
REQ_PYTHON_VERSION=3.6.9
20
REQ_PYYAML_VERSION=5.3.1
@@ -491,7 +490,6 @@ case $mainmenu_selection in
491
490
touch $TMP_DOCKER_COMPOSE_YML
492
493
echo "---" > $TMP_DOCKER_COMPOSE_YML
494
- echo "version: '$COMPOSE_VERSION'" >> $TMP_DOCKER_COMPOSE_YML
495
echo "services:" >> $TMP_DOCKER_COMPOSE_YML
496
497
#set the ACL for the stack
0 commit comments