mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-26 11:14:44 +01:00
docker compose file isnt a json you silly goose
This commit is contained in:
parent
6275282b1c
commit
575c4789f6
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
3. copy and paste the [sample config from here](https://github.com/wukko/cobalt/blob/current/docs/examples/docker-compose.example.json) 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](https://github.com/wukko/cobalt/blob/current/docs/examples/docker-compose.example.yml) for either web or api instance (or both, if you wish) and edit it to your needs.
|
||||
make sure to replace default URLs with your own or cobalt won't work correctly.
|
||||
|
||||
4. finally, start the cobalt container (from cobalt directory):
|
||||
|
|
Loading…
Add table
Reference in a new issue