OpenHAB gelöscht
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
version: '2.2'
|
||||
|
||||
services:
|
||||
openhab:
|
||||
image: "openhab/openhab:3.0.1"
|
||||
container_name: openhab
|
||||
restart: always
|
||||
network_mode: host
|
||||
volumes:
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
- "/etc/timezone:/etc/timezone:ro"
|
||||
- "./openhab_addons:/openhab/addons"
|
||||
- "./openhab_conf:/openhab/conf"
|
||||
- "./openhab_userdata:/openhab/userdata"
|
||||
environment:
|
||||
OPENHAB_HTTP_PORT: "8081"
|
||||
OPENHAB_HTTPS_PORT: "8444"
|
||||
EXTRA_JAVA_OPTS: "-Duser.timezone=Europe/Berlin"
|
||||
|
||||
volumes:
|
||||
openhab_addons:
|
||||
driver: local
|
||||
openhab_conf:
|
||||
driver: local
|
||||
openhab_userdata:
|
||||
driver: local
|
||||
Reference in New Issue
Block a user