Skip to content

Commit

Permalink
chore: Update Dockerfile to fix volume mapping for tagoio-mqtt-relay.…
Browse files Browse the repository at this point in the history
…toml
  • Loading branch information
vitorfdl committed Jun 20, 2024
1 parent ffb5146 commit c5f2e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ services:
ports:
- "3001:3001"
volumes:
- ./config.toml:./tago-io/.tagoio-mqtt-relay.toml
- ./config.toml:/tago-io/.tagoio-mqtt-relay.toml
environment:
- TAGOIO__RELAY__CONFIG_PATH=/tago-io/.tagoio-mqtt-relay.toml

0 comments on commit c5f2e12

Please sign in to comment.