Skip to content

Commit d373f8d

Browse files
clean up code commands for better organization
1 parent 84098c4 commit d373f8d

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff 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
4546
docker-compose up -d
46-
```
47-
48-
### Stop All Services
4947

50-
```bash
48+
# Stop all services
5149
docker-compose down
5250
```
5351

@@ -57,16 +55,11 @@ docker-compose down
5755
# Start only prebid-client
5856
docker-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
6759
docker-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
7770
docker-compose up -d --build prebid-client
7871
```
72+
See the list below for the name of all individual services.
7973

8074
---
8175

0 commit comments

Comments
 (0)