We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd56c1 commit a16ce3cCopy full SHA for a16ce3c
docs/deploy.md
@@ -8,14 +8,14 @@ server.
8
9
## 🧱 1. Build Your Images
10
11
-If a service has a `build:` section, add your own image name and version tag:
+If a service has a `build:` section, add your own `image:` name and version tag:
12
13
-```yaml title="app/compose.yaml"
+```yaml title="app/compose.yaml" hl_lines=3
14
services:
15
caddy:
16
+ image: ghcr.io/youruser/yourapp-caddy:0.1.0
17
build:
18
context: ./caddy
- image: ghcr.io/youruser/yourapp-caddy:0.1.0
19
```
20
21
Build and push your images:
0 commit comments