Skip to content
Snippets Groups Projects
Commit 8aec236a authored by Andrew Lee (李健秋)'s avatar Andrew Lee (李健秋)
Browse files

Apply patch from alanyih to correct name for worker in README.md


The image name should be worker instead of obs-worker in our script.
This patch updates the correct image name for worker in README.md.

Signed-off-by: default avatarAndrew Lee (李健秋) <andrew.lee@collabora.co.uk>
parent 5e0e16bc
No related branches found
No related tags found
1 merge request!22Apply patch from alanyih to correct name for worker in README.md
Pipeline #18093 passed
...@@ -36,13 +36,13 @@ ...@@ -36,13 +36,13 @@
1. Run the containers (local developer mode) 1. Run the containers (local developer mode)
``` ```
$ docker-compose up $ docker-compose up
$ docker-compose scale obs-worker=2 $ docker-compose scale worker=2
``` ```
2. Run the containers (production mode with images from CI Container Registry) 2. Run the containers (production mode with images from CI Container Registry)
``` ```
$ docker-compose -f docker-compose.yml -f docker-compose.prod.yml up $ docker-compose -f docker-compose.yml -f docker-compose.prod.yml up
$ docker-compose scale obs-worker=2 $ docker-compose scale worker=2
``` ```
== Access Open Build Service UI == == Access Open Build Service UI ==
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment