Reactivated homepage and changed config path to dotenv variable

This commit is contained in:
Thord Johansson 2023-07-24 00:12:28 +02:00
parent d9c9e4a7a5
commit 26b9164521

View File

@ -9,5 +9,5 @@ services:
ports:
- 2255:3000
volumes:
- ./config:/app/config # Make sure your local config directory exists
- ${HOMEPAGE_CONFIG_PATH}:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations