Skip to content

Commit cab2b2a

Browse files
authored
Merge pull request SensorsIot#758 from Paraphraser/20240324-docker-compose-old-menu
2024-03-24 docker-compose.yml - old-menu branch - PR 2 of 2
2 parents efe3afa + 12a81c8 commit cab2b2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

menu.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ DOCKER_COMPOSE_YML=./docker-compose.yml
1414
DOCKER_COMPOSE_OVERRIDE_YML=./compose-override.yml
1515

1616
# Minimum Software Versions
17-
COMPOSE_VERSION="3.6"
1817
REQ_DOCKER_VERSION=18.2.0
1918
REQ_PYTHON_VERSION=3.6.9
2019
REQ_PYYAML_VERSION=5.3.1
@@ -491,7 +490,6 @@ case $mainmenu_selection in
491490
touch $TMP_DOCKER_COMPOSE_YML
492491

493492
echo "---" > $TMP_DOCKER_COMPOSE_YML
494-
echo "version: '$COMPOSE_VERSION'" >> $TMP_DOCKER_COMPOSE_YML
495493
echo "services:" >> $TMP_DOCKER_COMPOSE_YML
496494

497495
#set the ACL for the stack

0 commit comments

Comments
 (0)