Skip to content

Commit 78b12e1

Browse files
committed
add container phpmyadmin
1 parent 2691b98 commit 78b12e1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docker-compose.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,17 @@ services:
7777
ports:
7878
- "6379:6379"
7979
command: ["redis-server", "/etc/redis/redis.conf"]
80+
81+
phpmyadmin:
82+
image: phpmyadmin:5.2.1
83+
container_name: laravel-api-crud-template-phpmyadmin
84+
restart: unless-stopped
85+
ports:
86+
- 8081:80
87+
environment:
88+
- PMA_ARBITRARY=1
89+
depends_on:
90+
- db
8091

8192
networks:
8293
laravel-api-crud-template:

0 commit comments

Comments
 (0)