Skip to content

Commit

Permalink
Merge pull request os-autoinst#5149 from Martchus/doc
Browse files Browse the repository at this point in the history
doc: Fix wrong paths to container directory
  • Loading branch information
mergify[bot] authored May 22, 2023
2 parents 09126e0 + 2f7e057 commit 6dc41fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ContainerizedSetup.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@ be stored under `container/webui/workdir/db`.
`docker-compose` will build images automatically. However, it is also possible
to build images explicitly:

cd containers/webui
cd container/webui
docker-compose build # build web UI images
docker-compose build nginx # build a specific web UI image
cd containers/worker
cd container/worker
docker-compose build # build worker images

=== Run the web UI containers in HA mode
Expand Down

0 comments on commit 6dc41fa

Please sign in to comment.