Reactivated homepage and changed config path to dotenv variable
This commit is contained in:
parent
d9c9e4a7a5
commit
26b9164521
|
@ -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
|
Loading…
Reference in New Issue