Skip to content

Commit 25948b3

Browse files
Fix prettier formatting in docker-compose.yml
Change single quotes to double quotes to comply with prettier formatting requirements.
1 parent 3c32efc commit 25948b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/servers/simple-streamablehttp-roaming/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3.8'
1+
version: "3.8"
22

33
services:
44
# Redis for shared EventStore

0 commit comments

Comments
 (0)