Added missing language to code blocks and adjusted notes for better compatibility with mkdocs.

This commit is contained in:
Jocelyn Le Sage 2023-08-19 15:50:22 -04:00
parent 90f0b4fc60
commit 96aa2a1a5f
2 changed files with 40 additions and 27 deletions

View file

@ -23,8 +23,9 @@ Foundation and its subsidiary, Mozilla Corporation.
## Quick Start
**NOTE**: The Docker command provided in this quick start is given as an example
and parameters should be adjusted to your need.
**NOTE**:
The Docker command provided in this quick start is given as an example
and parameters should be adjusted to your need.
Launch the Firefox docker container with the following command:
```shell
@ -36,6 +37,7 @@ docker run -d \
```
Where:
- `/docker/appdata/firefox`: This is where the application stores its configuration, states, log and any files needing persistency.
Browse to `http://your-host-ip:5800` to access the Firefox GUI.