Skip to content

Commit 52ddbcb

Browse files
author
Slyke
committed
Changed docker-compose yml file version to 3.6.
1 parent 72e6345 commit 52ddbcb

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
@@ -231,7 +231,7 @@ case $mainmenu_selection in
231231
#if no container is selected then dont overwrite the docker-compose.yml file
232232
if [ -n "$container_selection" ]; then
233233
touch docker-compose.yml
234-
echo "version: '3.7'" >docker-compose.yml
234+
echo "version: '3.6'" >docker-compose.yml
235235
echo "services:" >>docker-compose.yml
236236

237237
#set the ACL for the stack

0 commit comments

Comments
 (0)