mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-11 20:57:46 +02:00
docs/examples/docker-compose: update cobalt package version
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user