fix syntax for docker RC image
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user