docs: update package link in docker config
This commit is contained in:
parent
3e5ccea23c
commit
5b50d441eb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue