From 71135be096e2bbb99c5b020c8136dba0cc07399a Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 25 Apr 2025 18:52:50 +0100 Subject: [PATCH] docker.md: Add trailing full stop (#97) --- docs/installation/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/docker.md b/docs/installation/docker.md index ab146506..5bd268ec 100644 --- a/docs/installation/docker.md +++ b/docs/installation/docker.md @@ -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. \ No newline at end of file +3. Delete `docker-compose.yml` file.