Skip to content
This repository was archived by the owner on Dec 3, 2022. It is now read-only.

Commit 67b5bff

Browse files
committed
update README
1 parent 1bf789a commit 67b5bff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README_ja.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@ Drush経由で接続する:
153153
$ docker-compose exec php drush sqlc
154154
```
155155

156-
データベースコンテナーは 127.0.0.1上でport 3306をlistenします。そのため、[MysqlWorkbench](https://www.mysql.com/products/workbench/)[Sequel Pro](https://www.sequelpro.com/) のようなホストOS上で動作するGUIアプリケーションからコンテナー内のデータベースに接続することができます。
156+
データベースコンテナは 127.0.0.1上でport 3306をlistenします。そのため、[MysqlWorkbench](https://www.mysql.com/products/workbench/)[Sequel Pro](https://www.sequelpro.com/) のようなホストOS上で動作するGUIアプリケーションからコンテナー内のデータベースに接続することができます。
157+
158+
また、 `http://localhost:8080` にアクセスすると [phpmyadmin](https://hub.docker.com/r/phpmyadmin/phpmyadmin/) を利用してデータベースにアクセスすることもできます。
157159

158160
### docker-sync を使う
159161

0 commit comments

Comments
 (0)