Fix must be string :)
This commit is contained in:
@@ -29,7 +29,7 @@ services:
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: any
|
||||
delay: 0
|
||||
delay: '0'
|
||||
window: 10s
|
||||
environment:
|
||||
MONGO_USER: root
|
||||
@@ -42,7 +42,7 @@ services:
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: any
|
||||
delay: 0
|
||||
delay: '0'
|
||||
window: 20s
|
||||
environment:
|
||||
MONGO_USER: root
|
||||
|
||||
Reference in New Issue
Block a user