Refactor docker-compose files to remove version numbers

This commit is contained in:
Andras Bacsai
2024-05-08 09:23:36 +02:00
parent 3eb4aed867
commit fb80318553
18 changed files with 5 additions and 25 deletions

View File

@@ -35,7 +35,6 @@ class StartPostgresql
$this->add_custom_conf();
$docker_compose = [
'version' => '3.8',
'services' => [
$container_name => [
'image' => $this->database->image,