Skip to content

Commit 8a7b3e9

Browse files
committed
docs/examples/docker-compose: update cobalt package version
1 parent 0e82023 commit 8a7b3e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/examples/docker-compose.example.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
services:
2-
cobalt-api:
3-
image: ghcr.io/imputnet/cobalt:10
2+
cobalt:
3+
image: ghcr.io/imputnet/cobalt:11
44

55
init: true
66
read_only: true
77
restart: unless-stopped
8-
container_name: cobalt-api
8+
container_name: cobalt
99

1010
ports:
1111
- 9000:9000/tcp

0 commit comments

Comments
 (0)