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:
|
services:
|
||||||
cobalt-api:
|
cobalt:
|
||||||
image: ghcr.io/imputnet/cobalt:10
|
image: ghcr.io/imputnet/cobalt:11
|
||||||
|
|
||||||
init: true
|
init: true
|
||||||
read_only: true
|
read_only: true
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: cobalt-api
|
container_name: cobalt
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- 9000:9000/tcp
|
- 9000:9000/tcp
|
||||||
|
Loading…
Reference in New Issue
Block a user