Created
August 31, 2020 15:33
-
-
Save dnburgess/1abad14933acc85af87da1c5418e49f2 to your computer and use it in GitHub Desktop.
DB Tech Openhab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: "2.1" | |
services: | |
openhab: | |
image: openhab/openhab:latest | |
container_name: openhab | |
environment: | |
- LANG=en_US.UTF-8 | |
- LANGUAGE=en_US.UTF-8 | |
- OPENHAB_HTTP_PORT=8080 | |
volumes: | |
- /etc/localtime:/etc/localtime:ro | |
- /etc/timezone:/etc/timezone:ro | |
- /opt/openhab/conf:/openhab/conf | |
- /opt/openhab/userdata:/openhab/userdata | |
- /opt/openhab/addons:/openhab/addons | |
ports: | |
- 8080:8080 | |
restart: unless-stopped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello DB Tech
It worked perfect on my raspberry pi