web page wont load
b0red opened this issue · comments
When trying to open the web page at 127.0.0.1:8085 the page wont load. If I check the logs; this is shown;`
today at 3:36:47 PM DB not initialized, please visit setup page - http://[your-server-host]:8085 to see instructions on how to initialize Trilium.
today at 3:36:47 PM App HTTP server starting up at port 8085
today at 3:36:47 PM {
today at 3:36:47 PM "appVersion": "0.45.10",
today at 3:36:47 PM "dbVersion": 170,
today at 3:36:47 PM "syncVersion": 16,
today at 3:36:47 PM "buildDate": "2021-02-11T23:05:48+01:00",
today at 3:36:47 PM "buildRevision": "5b679930de787efc2f70dfe7961cd1677ec2fa0f",
today at 3:36:47 PM "dataDirectory": "/data",
today at 3:36:47 PM "clipperProtocolVersion": "1.0"
today at 3:36:47 PM }
today at 3:36:47 PM CPU model: Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz, logical cores: 2 freq: 2926 Mhz
today at 3:36:47 PM Listening on port 8085```
This is hte part of my docker-compose.yml file:
trilium:
image: zadam/trilium:0.45-latest
restart: always
environment:
- TRILIUM_DATA_DIR=/data
- TZ=${TZ}
- PUID=${PUID}
- PGID=${PGID}
ports:
- "${TRILLIUM_PORT}::8085"
volumes:
- ${USERDIR}/trilium:/data
any idea why i cant connect?