Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web page wont load #16

Open
b0red opened this issue Oct 13, 2021 · 0 comments
Open

web page wont load #16

b0red opened this issue Oct 13, 2021 · 0 comments

Comments

@b0red
Copy link

b0red commented Oct 13, 2021

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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant