mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
Fixed ports line
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
fafde67711
commit
26edec7d46
@ -66,7 +66,8 @@ services:
|
||||
container_name: snips
|
||||
image: dYalib/snips-docker
|
||||
restart: always
|
||||
ports: 76477:1883
|
||||
ports:
|
||||
- '76477:1883'
|
||||
volumes:
|
||||
- /homeautomation-config/snips/log/:/var/log
|
||||
- /homeautomation-config/snips/snips.toml:/etc/snips.toml
|
||||
|
Loading…
Reference in New Issue
Block a user