Skip to content

Commit

Permalink
Merge pull request #1043 from amazeeio/doc-adding-note
Browse files Browse the repository at this point in the history
Documentation - Adding note and .gitingore change
  • Loading branch information
dasrecht authored Apr 20, 2019
2 parents af0d0d7 + 7bf0042 commit 5b64cd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ docs/_build
*~
yarn-debug.log*
yarn-error.log*
site
7 changes: 3 additions & 4 deletions docs/using_lagoon/drupal/services/mariadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To get the published port via `docker`:

Run: ```docker port[container_name]```

$ docker port drupal_example_mariadb_1
$ docker port drupal_example_mariadb_1
3306/tcp -> 0.0.0.0:32797

Or via `docker-compose` inside a Drupal repository
Expand All @@ -73,10 +73,9 @@ To set a static port; edit your service definition in your `docker-compose.yml`
ports:
- "33772:3306" # exposes port 3306 with a 33772 on the host port. Note by doing this you are responsible for managing port collisions`
```
**Note**

By setting a static port you become responsible for maniging port collisions.

!!! note
By setting a static port you become responsible for maniging port collisions.

#### Connect to MySQL

Expand Down

0 comments on commit 5b64cd7

Please sign in to comment.