Skip to content

Commit

Permalink
Merge pull request #25 from alec-pinson/fix-pigpiod
Browse files Browse the repository at this point in the history
fix pigpiod
  • Loading branch information
alec-pinson authored Nov 14, 2021
2 parents afcda8c + aea874d commit 0c26905
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml.example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.3"
services:
terrariumpi:
image: wkd1/test:new-slim-22
image: wkd1/test:new-slim-23
volumes:
- /opt/terrariumpi/logs:/TerrariumPI/log
- /opt/terrariumpi/data:/TerrariumPI/data
Expand Down
3 changes: 3 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,8 @@ if [[ $REBOOT_REQUIRED == 1 ]]; then
fi
fi

# run localhost socket only
pigpiod -l

# No reboot required, Pi must already be fully configured, start TP
exec /opt/venv/bin/python /TerrariumPI/terrariumPI.py

0 comments on commit 0c26905

Please sign in to comment.