Commit c2358295 c235829578e0863e21d4a9a80d925e5bf862d22b by chenjing

更新docker文件

1 parent 3d6805eb
...@@ -24,7 +24,7 @@ services: ...@@ -24,7 +24,7 @@ services:
24 reservations: 24 reservations:
25 cpus: '0.5' 25 cpus: '0.5'
26 memory: 256M 26 memory: 256M
27 restart: no 27 restart: "no"
28 logging: 28 logging:
29 driver: "json-file" 29 driver: "json-file"
30 options: 30 options:
......