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

Commit 38ebc6e

Browse files
authored
✏️ Fix missing quotes in example
1 parent 50055bb commit 38ebc6e

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
@@ -145,7 +145,7 @@ In order to detect which port of you container "the http port" is, *reception* l
145145
app:
146146
image: special
147147
labels:
148-
reception.http-port: 1234 <--- like this
148+
reception.http-port: '1234' <--- like this
149149
ports:
150150
- 1234
151151

0 commit comments

Comments
 (0)