Skip to content

Commit

Permalink
Fix issue preventing detection of devices after container has started (
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche committed Mar 22, 2019
1 parent e203150 commit e99346c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ services:
image: app
restart: always
volumes:
- /dev:/dev
- mycodo_var:/var/mycodo
- /etc/localtime:/etc/localtime:ro # Use timezone of the host (read-only)
privileged: true
Expand All @@ -49,6 +50,7 @@ services:
restart: always
build: .
volumes:
- /dev:/dev
- mycodo_var:/var/mycodo
- /etc/localtime:/etc/localtime:ro # Use timezone of the host (read-only)
privileged: true
Expand Down

0 comments on commit e99346c

Please sign in to comment.