Skip to content

Commit af34fb4

Browse files
committed
Fix potential merge conflict with 20200610-templates-quotePorts
I forgot that 20200610-templates-quotePorts had not been applied yet and I did not notice when I deleted 9001 that 1883 was not quoted. Hoping this will avoid the conflict.
1 parent 29d329d commit af34fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.templates/mosquitto/service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
restart: unless-stopped
55
user: "1883"
66
ports:
7-
- 1883:1883
7+
- "1883:1883"
88
volumes:
99
- ./volumes/mosquitto/data:/mosquitto/data
1010
- ./volumes/mosquitto/log:/mosquitto/log

0 commit comments

Comments
 (0)