File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed
Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,10 @@ These sample sites require a local UID2 operator instance.
4242### Start All Services
4343
4444``` bash
45+ # Start all sample sites
4546docker-compose up -d
46- ```
47-
48- ### Stop All Services
4947
50- ``` bash
48+ # Stop all services
5149docker-compose down
5250```
5351
@@ -57,16 +55,11 @@ docker-compose down
5755# Start only prebid-client
5856docker-compose up -d prebid-client
5957
60- # Start with live logs (foreground)
61- docker-compose up prebid-client
62- ```
63-
64- ### Stop a Single Service
65-
66- ``` bash
58+ # Stop a single service
6759docker-compose stop prebid-client
6860```
6961
62+
7063### Rebuild After Code Changes
7164
7265``` bash
@@ -76,6 +69,7 @@ docker-compose up -d --build
7669# Rebuild a single service
7770docker-compose up -d --build prebid-client
7871```
72+ See the list below for the name of all individual services.
7973
8074---
8175
You can’t perform that action at this time.
0 commit comments