You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
322 B
YAML
15 lines
322 B
YAML
4 months ago
|
version: "3.7"
|
||
|
|
||
|
services:
|
||
|
mosquitto:
|
||
|
image: eclipse-mosquitto:latest
|
||
|
hostname: mosquitto
|
||
|
container_name: mosquitto
|
||
|
restart: unless-stopped
|
||
|
ports:
|
||
|
- "1883:1883"
|
||
|
- "9001:9001"
|
||
|
volumes:
|
||
|
- ./.mosquitto:/etc/mosquitto
|
||
|
- ./.mosquitto/mosquitto.conf:/mosquitto/config/mosquitto.conf
|