Newer
Older
openhab / openhab.conf
@Pascal Gollor Pascal Gollor on 29 May 2017 324 bytes initial commit
# system architecture
# amd64, armhf, arm64
# look at https://hub.docker.com/r/openhab/openhab/ for more details
OPENHAB_ARCH=amd64

# user configuration
# http://docs.openhab.org/installation/docker.html
# please add user like UID:GID
OPENHAB_USER=998:998

# network configuration
OPENHAB_BIND=127.0.0.1
OPENHAB_PORT=8080