Skip to content

Commit aa8bc2d

Browse files
Openblocks-docsgitbook-bot
Openblocks-docs
authored andcommitted
GITBOOK-132: fix
1 parent 2049e3b commit aa8bc2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/self-hosting/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ For developers who require stateless containers in a cluster environment, we off
155155
Run the following commands to update services to the latest:
156156

157157
```bash
158-
docker-compose pull
159-
docker-compose up -d
158+
docker-compose -f docker-compose-multi.yml pull
159+
docker-compose -f docker-compose-multi.yml up -d
160160
```
161161

162162
## Customize configurations

0 commit comments

Comments
 (0)