Fix the only broken parts
This commit is contained in:
parent
3fba089b2a
commit
4f161c8a06
|
|
@ -33,7 +33,7 @@ $ docker run --name some-%%REPO%% --link some-mysql:mysql -d %%REPO%%
|
||||||
```
|
```
|
||||||
|
|
||||||
- Database type: `MySQL, MariaDB, or equivalent`
|
- Database type: `MySQL, MariaDB, or equivalent`
|
||||||
- Database name/username/password: `<details for accessing your MySQL instance>` (`MYSQL_USER`, `MYSQL_PASSWORD`, `MYSQL_DATABASE`; see environment variables in the description for [`mariadb`](https://registry.hub.docker.com/_/mariadb/))
|
- Database name/username/password: `<details for accessing your MySQL instance>` (`MYSQL_USER`, `MYSQL_PASSWORD`, `MYSQL_DATABASE`; see environment variables in the description for [`mariadb`](https://registry.hub.docker.com/_/mariadb/)\)
|
||||||
- ADVANCED OPTIONS; Database host: `mysql` (for using the `/etc/hosts` entry added by `--link` to access the linked container's MySQL instance)
|
- ADVANCED OPTIONS; Database host: `mysql` (for using the `/etc/hosts` entry added by `--link` to access the linked container's MySQL instance)
|
||||||
|
|
||||||
## Volumes
|
## Volumes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue