Skip to content

Commit

Permalink
Fix host the "docker-compose way"
Browse files Browse the repository at this point in the history
That way it is more independent of the host
  • Loading branch information
sebastienvermeille committed Nov 14, 2023
1 parent 7f1b3c8 commit aae9298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .code/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
# - mqtt-server
# image: cookiecodedev/rika2mqtt
# environment:
# - MQTT_HOST=localhost
# - MQTT_HOST=mqtt-server
# - MQTT_USERNAME=testuser
# - MQTT_PASSWORD=secret
# - RIKA_EMAIL=<your email>
Expand Down

0 comments on commit aae9298

Please sign in to comment.