Skip to content

Commit

Permalink
PR feedback: don't use phpmyadmin/phpmyadmin
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Jun 28, 2024
1 parent 0c6914d commit b9885e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
MYSQL_PASSWORD: silauth

dbadmin:
image: phpmyadmin/phpmyadmin
image: phpmyadmin
ports:
- "8080:80"
environment:
Expand Down Expand Up @@ -416,7 +416,7 @@ services:
MYSQL_PASSWORD: "pass"

brokerpma:
image: phpmyadmin/phpmyadmin
image: phpmyadmin
ports:
- "8088:80"
environment:
Expand Down

0 comments on commit b9885e3

Please sign in to comment.