Skip to content

Commit 65e48e0

Browse files
Merge pull request #7 from SensorsIot/pr/139
Update menu.sh
2 parents d464d0f + 52ddbcb commit 65e48e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

menu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ case $mainmenu_selection in
254254
#if no container is selected then dont overwrite the docker-compose.yml file
255255
if [ -n "$container_selection" ]; then
256256
touch docker-compose.yml
257-
echo "version: '2'" >docker-compose.yml
257+
echo "version: '3.6'" >docker-compose.yml
258258
echo "services:" >>docker-compose.yml
259259

260260
#set the ACL for the stack

0 commit comments

Comments
 (0)