docs: update package link in docker config

This commit is contained in:
wukko 2024-05-14 13:35:03 +06:00
parent 3e5ccea23c
commit 5b50d441eb
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -2,7 +2,7 @@ version: '3.5'
services:
cobalt-api:
image: ghcr.io/wukko/cobalt:7
image: ghcr.io/imputnet/cobalt:7
restart: unless-stopped
container_name: cobalt-api
@ -32,7 +32,7 @@ services:
#- ./cookies.json:/cookies.json
cobalt-web:
image: ghcr.io/wukko/cobalt:7
image: ghcr.io/imputnet/cobalt:7
restart: unless-stopped
container_name: cobalt-web