Skip to content

Commit 7b2e095

Browse files
committed
Add phpMyAdmin
Signed-off-by: dhsathiya <devarshisathiya5@gmail.com>
1 parent d0034e8 commit 7b2e095

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

backend/docker-compose.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ services:
2020
volumes:
2121
- ./db:/var/lib/mysql
2222

23+
phpmyadmin:
24+
image: phpmyadmin/phpmyadmin
25+
links:
26+
- db
27+
environment:
28+
PMA_HOST: db
29+
PMA_PORT: 3306
30+
PMA_ARBITRARY: 1
31+
restart: always
32+
ports:
33+
- 8183:80
34+
2335
wordpress:
2436
depends_on:
2537
- db

0 commit comments

Comments
 (0)