Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Z3r0shin authored Jan 22, 2025
1 parent e8de64d commit 9e6e7a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ services:
MQTT_HOST: "${MQTT_HOST}"
MQTT_PORT: 1883
MQTT_USER: "${MQTT_USER}"
MQTT_PASSWORD: "${MQTT_PASSWORD}"
MQTT_PATH: 'webhook/'
MQTT_PASS: "${MQTT_PASS}"
MQTT_PATH: 'webhook'
logging:
driver: syslog
command: gunicorn -w 4 -b 0.0.0.0:1357 main:app
Expand Down

0 comments on commit 9e6e7a3

Please sign in to comment.