We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd311d commit 4dd56c1Copy full SHA for 4dd56c1
1 file changed
docs/deploy.md
@@ -10,7 +10,7 @@ server.
10
11
If a service has a `build:` section, add your own image name and version tag:
12
13
-```yaml title="app/compose.yaml" hl_lines="5"
+```yaml title="app/compose.yaml"
14
services:
15
caddy:
16
build:
@@ -21,6 +21,7 @@ services:
21
Build and push your images:
22
23
```sh
24
+cd app
25
docker compose build
26
docker compose push
27
```
0 commit comments