Skip to content

Commit 4dd56c1

Browse files
committed
Try removing hl_lines
1 parent 5bd311d commit 4dd56c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/deploy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ server.
1010

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

13-
```yaml title="app/compose.yaml" hl_lines="5"
13+
```yaml title="app/compose.yaml"
1414
services:
1515
caddy:
1616
build:
@@ -21,6 +21,7 @@ services:
2121
Build and push your images:
2222
2323
```sh
24+
cd app
2425
docker compose build
2526
docker compose push
2627
```

0 commit comments

Comments
 (0)