Skip to content

Commit afb8cd9

Browse files
committed
Adjust github actions example in advanced doc
1 parent 77bab4e commit afb8cd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/advanced.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ flowchart TD
2828
NextApp["Next App"]
2929
```
3030

31-
Normally the app exposes ports directly, but in this advanced mode, the **proxy
32-
owns the ports**, and apps connect to its Docker network.
31+
Normally the app exposes ports directly, but in this mode, the **proxy owns the
32+
ports**, and apps connect to its Docker network.
3333

3434
## 🔄 Tasks
3535

@@ -254,9 +254,9 @@ After that, to re-route traffic, simply change the app service name in
254254
docker compose exec caddy caddy reload --config /etc/caddy/Caddyfile
255255
```
256256

257-
## ⚡ GitHub Actions Example
257+
## ⚡ GitHub Actions
258258

259-
Add this Github Actions workflow to automate deployments:
259+
Here's a Github Actions workflow you can use to automate deployments:
260260

261261
<details>
262262
<summary>Show full workflow</summary>

0 commit comments

Comments
 (0)