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