docker.md: Add trailing full stop (#97)

This commit is contained in:
Sam Reed 2025-04-25 18:52:50 +01:00 committed by GitHub
parent 3a18b84642
commit 71135be096
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ icon: fontawesome/brands/docker
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.
2. Open terminal in the same directory as saved `docker-compose.yml` or `cd` to that directory.
3. Run `docker-compose up -d`
3. Run `docker-compose up -d`.
4. Installing this way will bound Stash to port 9999.
5. If everything went well Stash will be available at [http://localhost:9999](http://localhost:9999){:target="_blank"} locally or on your network [http://YOUR-LOCAL-IP:9999](http://YOUR-LOCAL-IP:9999){:target="_blank"}.
@ -39,4 +39,4 @@ icon: fontawesome/brands/docker
1. Go to the directory where `docker-compose.yml` is saved.
2. Run `docker container kill`. Force stops the container.
3. Run `docker container rm`. Removes the container.
3. Delete `docker-compose.yml` file.
3. Delete `docker-compose.yml` file.