diff --git a/docker-compose.yml b/docker-compose.yml index 9cf0842..a3f79c2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ services: main-openhab: - image: openhab/openhab:latest-${OPENHAB_ARCH:-amd64}-${OPENHAB_DIST:-debian} + image: openhab/openhab:2.4.0-${OPENHAB_ARCH:-amd64}-${OPENHAB_DIST:-debian} mem_limit: ${OPENHAB_MEMORY_LIMIT:-2g} restart: always tty: true @@ -44,4 +44,3 @@ driver: default config: - subnet: 172.55.55.0/24 -