Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit 09429a5

Browse files
committed
Fix formatting.
1 parent 8bd70e7 commit 09429a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

emulsify-drupal/emulsify-drupal/advanced-usage/lando-environments.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ description: Use Lando to make your development environment portable
4444
emulsify:
4545
service: appserver
4646
```
47-
3. Emulsify needs port 6006 to be available for StorybookJS and port 32778 to be available for [Hot Reload](./hot-reload-drupal.md).
47+
3. Emulsify needs port `6006` to be available for StorybookJS and port `32778` to be available for [Hot Reload](./hot-reload-drupal.md).
4848

49-
By adding proxy address for browsersync.example.lndo.site and storybook.example.lndo.site that point to the ports needed, those applications can be accessible by navigating to the addresses without the ports from outside the container services.
49+
By adding proxy address for browsersync.example.lndo.site and storybook.example.lndo.site that point to the ports needed, those applications can be accessible by navigating to the addresses (without the ports, like this: `http://storybook.example.lndo.site`) from outside the container services.
5050

5151
Since we are using proxies instead of forwarding ports directly, multiple projects can make use of these ports simultaneously.
5252
```yaml

0 commit comments

Comments
 (0)