edited port for the homeassistant-1 app

This commit is contained in:
falkheiland 2024-02-13 17:28:15 +01:00
parent 3fd1d1cb46
commit 975108508c

View File

@ -8,7 +8,7 @@ services:
- TZ=${TZ} - TZ=${TZ}
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:8123 - ${APP_PORT}:8209
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- ${APP_DATA_DIR}/data/config:/config - ${APP_DATA_DIR}/data/config:/config