Skip to content

Commit a16ce3c

Browse files
committed
Attempt to fix indentation
1 parent 4dd56c1 commit a16ce3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/deploy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ server.
88

99
## 🧱 1. Build Your Images
1010

11-
If a service has a `build:` section, add your own image name and version tag:
11+
If a service has a `build:` section, add your own `image:` name and version tag:
1212

13-
```yaml title="app/compose.yaml"
13+
```yaml title="app/compose.yaml" hl_lines=3
1414
services:
1515
caddy:
16+
image: ghcr.io/youruser/yourapp-caddy:0.1.0
1617
build:
1718
context: ./caddy
18-
image: ghcr.io/youruser/yourapp-caddy:0.1.0
1919
```
2020
2121
Build and push your images:

0 commit comments

Comments
 (0)