Skip to content

Commit 777698d

Browse files
committed
alterado a imagem do phpmyadmin para a correta
1 parent 091fc01 commit 777698d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

100644100755
File mode changed.

docker-compose.yml

100644100755
+4-3
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ db:
1212
ports:
1313
- "3306:3306"
1414
environment:
15-
MYSQL_USER: root
1615
MYSQL_ROOT_PASSWORD: root
16+
MYSQL_USER: root
1717
MYSQL_PASSWORD: root
1818
phpmyadmin:
19-
image: corbinu/docker-phpmyadmin
19+
image: phpmyadmin/phpmyadmin
2020
links:
2121
- db
2222
ports:
2323
- "8087:80"
2424
environment:
25-
MYSQL_USERNAME: root
2625
MYSQL_ROOT_PASSWORD: root
26+
MYSQL_USER: root
27+
MYSQL_PASSWORD: root

0 commit comments

Comments
 (0)