Skip to content

Commit

Permalink
docker compose fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mazocode committed Oct 6, 2023
1 parent 6945590 commit c744d88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
services:
modbus2mqtt:
image: ghcr.io/mazocode/modbus2mqtt
container_name: modbus2mqtt
image: ghcr.io/mazocode/modbus2mqtt:latest
restart: unless-stopped
network_mode: host
volumes:
- "/etc/localtime:/etc/localtime:ro"
- "/etc/timezone:/etc/timezone:ro"
Expand Down

0 comments on commit c744d88

Please sign in to comment.