mirror of
https://github.com/stashapp/Stash-Docs.git
synced 2025-12-10 00:41:30 -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"}.
|
||||
- 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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user