You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You docker compose is mapping port 8090 on your local host to port 80 inside the container. Your config.toml is set to use port 8090 though. You need to change your docker compose from
hi, i love the idea of this but i'm struggling to get it working. I'm sure I must be getting something wrong but I'm not sure what
This is my compose:
version: '2.2'
When I start up the service, the logs just say this and it never changes:
time="2024-05-26T18:19:45Z" level=info msg="Using log file: podsync.log"
This is my config.toml
As you can see, I set the GUI port as
8190
, but when I visit that address no page loads, just "This site can’t be reached" etcWhat have I messed up here?
The text was updated successfully, but these errors were encountered: