Update the phpMyAdmin version in Docker and remove the auto-restart so that containers do not start automatically

This commit is contained in:
Alex Tselegidis 2023-07-05 17:40:22 +02:00
parent 9a3c2e4036
commit d084ad933a
1 changed files with 1 additions and 3 deletions

View File

@ -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'