File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
1361361. 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.
1391394. 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
You can’t perform that action at this time.
0 commit comments