Skip to content

Commit

Permalink
Fix Visual Bug (docker.md) & Typo (ReadME) (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenOfficial authored Dec 31, 2024
1 parent d1a25d0 commit 067cb17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Read step-by-step guide on how to create a pull request [CONTRIBUTING.md](CONTRI

## Running locally with pip

### Prerequsites
### Prerequisites

- Python modules
- `mkdocs-material=="9.*"`
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ icon: fontawesome/brands/docker
### Install

1. Download and save `docker-compose.yml` file from [our GitHub](https://raw.githubusercontent.com/stashapp/stash/master/docker/production/docker-compose.yml){:target="_blank"}.
- Modify the `docker-compose.yml`` file to your preferences.
- Modify the `docker-compose.yml` file to your preferences.
2. Open terminal in the same directory as saved `docker-compose.yml` or `cd` to that directory.
3. Run `docker-compose up -d`
4. Installing this way will bound Stash to port 9999.
Expand Down

0 comments on commit 067cb17

Please sign in to comment.