You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This project uses the opencode fork at https://github.com/pRizz/opencode, which
21
21
22
22
## Quick Deploy (Docker)
23
23
24
-
Deploy opencode-cloud with one command. Installs Docker if needed (Linux), downloads the Docker Compose config, starts the service, and prints the login credentials:
24
+
Deploy opencode-cloud with one command. Installs Docker if needed (Linux), downloads or refreshes the Docker Compose config, starts the service, and prints the login credentials:
@@ -35,6 +35,8 @@ Then open [http://localhost:3000](http://localhost:3000) and enter the Initial O
35
35
36
36
> **Interactive mode:** Add `--interactive` to be prompted before each step: `curl -fsSL .../scripts/quick-deploy.sh | bash -s -- --interactive`
37
37
38
+
> **Compose refresh behavior:** By default, the script fetches the latest upstream `docker-compose.yml`. If your local file differs, it is replaced and a backup is written as `docker-compose.yml.bak.<timestamp>`.
39
+
38
40
## Quick install (cargo)
39
41
40
42
```bash
@@ -116,7 +118,7 @@ SSH into an Ubuntu 24.04 Droplet and run:
This installs Docker, downloads the Compose file, starts the service, and prints the IOTP.
121
+
This installs Docker, by default refreshes the Compose file from upstream (with backup if your local copy differs), starts the service, and prints the IOTP.
120
122
121
123
Access via SSH tunnel: `ssh -L 3000:localhost:3000 root@<droplet-ip>`, then open `http://localhost:3000`.
Copy file name to clipboardExpand all lines: docs/deploy/digitalocean-droplet.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -234,7 +234,7 @@ Use this if you don't want `occ` installed on the Droplet.
234
234
235
235
Docker Compose configures all 6 named volumes automatically.
236
236
237
-
The quickest way is the one-liner script, which installs Docker, downloads the Compose file, starts the service, and prints the IOTP:
237
+
The quickest way is the one-liner script, which installs Docker, by default refreshes the Compose file from upstream (with backup if your local copy differs), starts the service, and prints the IOTP:
Copy file name to clipboardExpand all lines: packages/core/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This project uses the opencode fork at https://github.com/pRizz/opencode, which
21
21
22
22
## Quick Deploy (Docker)
23
23
24
-
Deploy opencode-cloud with one command. Installs Docker if needed (Linux), downloads the Docker Compose config, starts the service, and prints the login credentials:
24
+
Deploy opencode-cloud with one command. Installs Docker if needed (Linux), downloads or refreshes the Docker Compose config, starts the service, and prints the login credentials:
@@ -35,6 +35,8 @@ Then open [http://localhost:3000](http://localhost:3000) and enter the Initial O
35
35
36
36
> **Interactive mode:** Add `--interactive` to be prompted before each step: `curl -fsSL .../scripts/quick-deploy.sh | bash -s -- --interactive`
37
37
38
+
> **Compose refresh behavior:** By default, the script fetches the latest upstream `docker-compose.yml`. If your local file differs, it is replaced and a backup is written as `docker-compose.yml.bak.<timestamp>`.
39
+
38
40
## Quick install (cargo)
39
41
40
42
```bash
@@ -116,7 +118,7 @@ SSH into an Ubuntu 24.04 Droplet and run:
This installs Docker, downloads the Compose file, starts the service, and prints the IOTP.
121
+
This installs Docker, by default refreshes the Compose file from upstream (with backup if your local copy differs), starts the service, and prints the IOTP.
120
122
121
123
Access via SSH tunnel: `ssh -L 3000:localhost:3000 root@<droplet-ip>`, then open `http://localhost:3000`.
0 commit comments