Skip to content

Commit

Permalink
Minor: subject-verb agreement
Browse files Browse the repository at this point in the history
  • Loading branch information
billz committed Jan 18, 2024
1 parent 7b7a408 commit 925b8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ sudo usermod -aG docker $USER
With these steps completed, you have successfully installed and started Docker Engine. We're now ready to deploy RaspAP.

## Deploying RaspAP
With Docker Engine installed, you have two ways of deploying RaspAP in a Docker container. Each of these methods are described in the sections below.
With Docker Engine installed, you have two ways of deploying RaspAP in a Docker container. Each of these methods is described in the sections below.

### Using Docker compose
This method lets us deploy the entire RaspAP application stack with a single command (`docker-compose up`) as well as configure things like environment variables, network settings and so on in a centralized manner. Advanced users may also use this option to define a multi-container environment of which RaspAP is one component. This may be done with the `docker-compose.yml` file.
Expand Down

0 comments on commit 925b8c1

Please sign in to comment.