Skip to content

Commit

Permalink
Remove version in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed May 10, 2024
1 parent 9e66eca commit 6fcb339
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bin/generate_docker_compose.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
end

docker_compose = {
"version" => "3.2",
"services" => services,
"volumes" => volumes
}
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Please do NOT manually edit this file.
# This file is generated by 'bin/generate_docker_compose.rb'
---
version: '3.2'
services:
ruby-2.5:
build:
Expand Down

0 comments on commit 6fcb339

Please sign in to comment.