File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ Here is an example of a final `compose.yml`. Adjust it as needed.
180180``` yaml
181181services :
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
305307cd " $env :USERPROFILE\\ Desktop"
306- git clone https://git.canine.tools/canine.tools /cobalt.git
308+ git clone https://github.com/zImPatrick /cobalt.git
307309cd cobalt/api
308310notepad .env
309311```
@@ -317,7 +319,7 @@ API_URL=http://localhost:9000/
317319CUSTOM_INNERTUBE_CLIENT=TV_SIMPLY
318320YOUTUBE_GENERATE_PO_TOKENS=1
319321YOUTUBE_USE_ONESIE=1
320- YOUTUBE_PLAYER_ID=9f4cc5e4
322+ YOUTUBE_PLAYER_ID=487b9fc1,25822515,74edf1a3
321323```
322324
323325Save the file (Control + S) and close Notepad. Run these commands in the same Terminal Window.
You can’t perform that action at this time.
0 commit comments