Skip to content

Commit fd1b2b7

Browse files
authored
Pin phpmyadmin to 5.2.0, fixes #17 (#18)
1 parent 440c403 commit fd1b2b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.phpmyadmin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
services:
33
phpmyadmin:
44
container_name: ddev-${DDEV_SITENAME}-phpmyadmin
5-
image: phpmyadmin:5
5+
image: phpmyadmin:5.2.0
66
working_dir: "/root"
77
restart: "no"
88
labels:

0 commit comments

Comments
 (0)