Skip to content

Commit 49c939a

Browse files
committed
Ajoute env MYSQL_ROOT_HOST="%"
1 parent 72ba883 commit 49c939a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ services:
2828
- --sql-mode=IGNORE_SPACE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
2929
environment:
3030
MYSQL_ROOT_PASSWORD: root
31+
MYSQL_ROOT_HOST: "%"
3132

3233
phpmyadmin:
3334
image: phpmyadmin/phpmyadmin

0 commit comments

Comments
 (0)