mirror of
https://github.com/stashapp/Stash-Docs.git
synced 2025-12-11 04:21:33 -06:00
docker.md: Add trailing full stop (#97)
This commit is contained in:
parent
3a18b84642
commit
71135be096
@ -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"}.
|
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.
|
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.
|
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"}.
|
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"}.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user