From d084ad933ade3f8c96cd5ee107942043cedcc52a Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 5 Jul 2023 17:40:22 +0200 Subject: [PATCH] Update the phpMyAdmin version in Docker and remove the auto-restart so that containers do not start automatically --- docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 686d6656..d4737950 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,8 +31,7 @@ services: - '8001:3306' phpmyadmin: - image: 'phpmyadmin:5.2.0' - restart: always + image: 'phpmyadmin:5.2.1' ports: - '8002:80' environment: @@ -40,7 +39,6 @@ services: mailhog: image: 'mailhog/mailhog:v1.0.1' - restart: always ports: - '8003:8025' - '1025:1025'