mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 09:28:29 +00:00
docs/examples/docker-compose: update cobalt package version
This commit is contained in:
parent
0e82023db8
commit
8a7b3e9386
@ -1,11 +1,11 @@
|
||||
services:
|
||||
cobalt-api:
|
||||
image: ghcr.io/imputnet/cobalt:10
|
||||
cobalt:
|
||||
image: ghcr.io/imputnet/cobalt:11
|
||||
|
||||
init: true
|
||||
read_only: true
|
||||
restart: unless-stopped
|
||||
container_name: cobalt-api
|
||||
container_name: cobalt
|
||||
|
||||
ports:
|
||||
- 9000:9000/tcp
|
||||
|
Loading…
Reference in New Issue
Block a user