Skip to content

Commit ce49d6e

Browse files
committed
Update README.md with improved documentation formatting
- Simplify Docker rebuild instructions for better readability - Fix code block formatting by specifying text language - Format service URLs as proper markdown links with angle brackets
1 parent 737eb62 commit ce49d6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This will start all services in detached mode.
5252

5353
### Building custom images
5454

55-
If you've made changes to the Dockerfiles, you'll need to rebuild the images:
55+
Rebuild images after modifying the Dockerfiles:
5656

5757
```bash
5858
docker compose build
@@ -95,7 +95,7 @@ This will check:
9595
- PostgreSQL database connection
9696

9797
Example output:
98-
```
98+
```text
9999
Checking service availability...
100100
Checking n8n at http://localhost:5678/healthz... ACCESSIBLE ✅ (HTTP 200)
101101
Checking temporal-ui at http://localhost:8080... ACCESSIBLE ✅ (HTTP 200)
@@ -111,8 +111,8 @@ Service URLs:
111111

112112
### Accessing the services
113113

114-
- **n8n**: http://localhost:5678
115-
- **Temporal UI**: http://localhost:8080
114+
- **n8n**: <http://localhost:5678>
115+
- **Temporal UI**: <http://localhost:8080>
116116

117117
You can verify the services are responding with:
118118

0 commit comments

Comments
 (0)