fix syntax for docker RC image
This commit is contained in:
parent
d93f3567bf
commit
cf2111fac3
|
@ -3,7 +3,7 @@ version: '2'
|
||||||
services:
|
services:
|
||||||
rocketchat:
|
rocketchat:
|
||||||
# image: registry.rocket.chat/rocketchat/rocket.chat:latest
|
# image: registry.rocket.chat/rocketchat/rocket.chat:latest
|
||||||
image: rocketchat/rocket.chat:4.0
|
image: 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