Update the phpMyAdmin version in Docker and remove the auto-restart so that containers do not start automatically
This commit is contained in:
parent
9a3c2e4036
commit
d084ad933a
1 changed files with 1 additions and 3 deletions
|
@ -31,8 +31,7 @@ services:
|
||||||
- '8001:3306'
|
- '8001:3306'
|
||||||
|
|
||||||
phpmyadmin:
|
phpmyadmin:
|
||||||
image: 'phpmyadmin:5.2.0'
|
image: 'phpmyadmin:5.2.1'
|
||||||
restart: always
|
|
||||||
ports:
|
ports:
|
||||||
- '8002:80'
|
- '8002:80'
|
||||||
environment:
|
environment:
|
||||||
|
@ -40,7 +39,6 @@ services:
|
||||||
|
|
||||||
mailhog:
|
mailhog:
|
||||||
image: 'mailhog/mailhog:v1.0.1'
|
image: 'mailhog/mailhog:v1.0.1'
|
||||||
restart: always
|
|
||||||
ports:
|
ports:
|
||||||
- '8003:8025'
|
- '8003:8025'
|
||||||
- '1025:1025'
|
- '1025:1025'
|
||||||
|
|
Loading…
Reference in a new issue