Skip to content

Commit a94296b

Browse files
committed
more fixes for cobalt guide
1 parent e0d7b54 commit a94296b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/posts/7.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Here is an example of a final `compose.yml`. Adjust it as needed.
180180
```yaml
181181
services:
182182
cobalt_api:
183-
image: git.canine.tools/canine.tools/cobalt:api
183+
image: ghcr.io/zimpatrick/cobalt:staging
184184
restart: unless-stopped
185185
container_name: cobalt_api
186186
network_mode: service:gluetun_cobalt_api
@@ -201,6 +201,8 @@ services:
201201
interval: 30s
202202
timeout: 5s
203203
retries: 2
204+
tmpfs:
205+
- /tmp
204206
gluetun_cobalt_api:
205207
image: qmcgaw/gluetun
206208
container_name: gluetun_cobalt_api
@@ -303,7 +305,7 @@ Run the commands below in Terminal in order (line by line). Keep Terminal open.
303305

304306
```bash
305307
cd "$env:USERPROFILE\\Desktop"
306-
git clone https://git.canine.tools/canine.tools/cobalt.git
308+
git clone https://github.com/zImPatrick/cobalt.git
307309
cd cobalt/api
308310
notepad .env
309311
```
@@ -317,7 +319,7 @@ API_URL=http://localhost:9000/
317319
CUSTOM_INNERTUBE_CLIENT=TV_SIMPLY
318320
YOUTUBE_GENERATE_PO_TOKENS=1
319321
YOUTUBE_USE_ONESIE=1
320-
YOUTUBE_PLAYER_ID=9f4cc5e4
322+
YOUTUBE_PLAYER_ID=487b9fc1,25822515,74edf1a3
321323
```
322324

323325
Save the file (Control + S) and close Notepad. Run these commands in the same Terminal Window.

0 commit comments

Comments
 (0)