Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.

Commit 50055bb

Browse files
committed
✏️ Fix missing quotes
1 parent 8a2003c commit 50055bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The container should either have a docker-compose label of `reception.main` or s
9696
app: <----- like this
9797
image: nginx
9898
labels:
99-
reception.main: true <--- or like this
99+
reception.main: 'true' <--- or like this
100100
ports:
101101
- 80
102102

0 commit comments

Comments
 (0)