Skip to content

Commit 9e057f6

Browse files
updated to latest colonies container v1.8.19
1 parent 84c17bc commit 9e057f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
"
5252
5353
colonies-server:
54-
image: colonyos/colonies:v1.8.17
54+
image: colonyos/colonies:v1.8.19
5555
depends_on:
5656
- timescaledb
5757
environment:
@@ -82,7 +82,7 @@ services:
8282
command: sh -c "colonies server start --initdb --port ${COLONIES_SERVER_PORT} --relayport 25100 --etcdname server1 --etcdhost colonies-server --etcdclientport 23100 --etcdpeerport 24100 --initial-cluster server1=colonies-server:24100:25100:${COLONIES_SERVER_PORT} --etcddatadir /var/colonies/etcd --insecure"
8383

8484
colonies-setup:
85-
image: colonyos/colonies:v1.8.7
85+
image: colonyos/colonies:v1.8.19
8686
depends_on:
8787
- colonies-server
8888
environment:

0 commit comments

Comments
 (0)