Skip to content

Commit df26ee1

Browse files
committed
fix
1 parent 8315815 commit df26ee1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/Services/DockerService.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ public function publish(){
8888
*/
8989
private function publish_docker_compose(){
9090
$docker_compose = [
91-
'version' => '3.5',
9291
'services' => $this->publish_services(),
9392
'networks' => $this->publish_networks(),
9493
];

0 commit comments

Comments
 (0)