We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0501251 commit 119d257Copy full SHA for 119d257
1 file changed
docs/advanced.md
@@ -132,7 +132,7 @@ app/
132
.env
133
```
134
135
-### 1. Deploy the Proxy
+### Step 1. Deploy the Proxy
136
137
Before deploying, build and push your own proxy image by adding an `image:`
138
line to the Compose file:
@@ -170,7 +170,7 @@ Start the proxy:
170
docker compose up -d
171
172
173
-### 2. Deploy a new App version
+### Step 2. Deploy a new App version
174
175
Deploy your app into a new directory (e.g. `app/b/`):
176
0 commit comments