double quotes in yml

This commit is contained in:
Pavel Mineev
2021-08-03 03:22:27 -05:00
committed by Umputun
parent b27a09fb3f
commit 36840ed240
6 changed files with 33 additions and 33 deletions
@@ -1,10 +1,9 @@
# compose file demonstrating custom storage use. The memory_store (see backend/_example/memory_store) starts
# in a separate container and remark42 communicates to mem_store.r42 via STORE_RPC_API url
version: '2'
version: "2"
services:
remark42:
build:
context: ../../..