Skip to content

Commit bf1e7d7

Browse files
committed
Update Docker section
1 parent 6b91c8e commit bf1e7d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/installation/docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ services:
115115
- [venv](https://docs.python.org/3/library/venv.html){:target="_blank"} Python manager
116116
117117
118-
## Using Docker Compose
118+
## Install using Docker Compose
119119
120120
!!! note
121121
Condensed instructions are available [here](https://github.com/stashapp/stash/blob/master/docker/production/README.md){:target="_blank"}.
@@ -134,8 +134,8 @@ services:
134134
Alternatively you can edit the `docker-compose.yml` to manually include new volume: `- ./blobs:/blobs`.
135135

136136
1. Go to the directory where `docker-compose.yml` is saved.
137-
2. Run `docker-compose pull`. Pulls the new image.
138-
3. Run `docker-compose down`. Removes old container.
137+
2. Run `docker compose pull`. Pulls the new image.
138+
3. Run `docker compose down`. Removes old container.
139139
4. Run `docker compose up -d`. Creates and starts the new container.
140140
- Make sure the mount points and settings are the same as in previous `docker-compose.yml` file.
141141

0 commit comments

Comments
 (0)