dont use :latest RC version, testing upgrading from 4.0 to go through upgrade process
This commit is contained in:
parent
0a2cabbf17
commit
b7cb109487
|
@ -2,7 +2,8 @@ version: '2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
rocketchat:
|
rocketchat:
|
||||||
image: registry.rocket.chat/rocketchat/rocket.chat:latest
|
# image: registry.rocket.chat/rocketchat/rocket.chat:latest
|
||||||
|
image: registry.rocket.chat/rocketchat/rocket.chat:4.0
|
||||||
command: >
|
command: >
|
||||||
bash -c
|
bash -c
|
||||||
"for i in `seq 1 30`; do
|
"for i in `seq 1 30`; do
|
||||||
|
|
Loading…
Reference in New Issue