docs/run-an-instance: remove mention of "web" in composefile
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled

this has not been relevant for a while now
This commit is contained in:
jj 2025-02-11 20:14:31 +01:00 committed by GitHub
parent 1830765101
commit 33ce314775
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ if you need help with installing docker, follow *only the first step* of these t
``` ```
i'm using `nano` in this example, it may not be available in your distro. you can use any other text editor. i'm using `nano` in this example, it may not be available in your distro. you can use any other text editor.
3. copy and paste the [sample config from here](examples/docker-compose.example.yml) for either web or api instance (or both, if you wish) and edit it to your needs. 3. copy and paste the [sample config from here](examples/docker-compose.example.yml) and edit it to your needs.
make sure to replace default URLs with your own or cobalt won't work correctly. make sure to replace default URLs with your own or cobalt won't work correctly.
4. finally, start the cobalt container (from cobalt directory): 4. finally, start the cobalt container (from cobalt directory):