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

docker compose install results in "serviceWorker is undefined" #105

Open
Niehztog opened this issue Nov 12, 2024 · 1 comment
Open

docker compose install results in "serviceWorker is undefined" #105

Niehztog opened this issue Nov 12, 2024 · 1 comment

Comments

@Niehztog
Copy link

Niehztog commented Nov 12, 2024

Hello. I am trying to deploy my own self hosted ultraviolet app to my local docker environment using docker compose. I used the following docker-compose.yaml file:

services:
  ultraviolet:
    image: diffusehyperion/ultraviolet
    container_name: ultraviolet-proxy
    ports:
      - "8080:8080"
    restart: unless-stopped

I can then access the ultraviolet server by navigating to http://192.168.0.10:8080 in firefox or chromium. But when I enter any site url in the input box and hit enter, nothing happens. The developer tools reveal a javascript error:
Uncaught TypeError: serviceWorker is undefined

Please advise which steps are necessary to fix this

@proJM-Coding
Copy link

Can confirm that this bug exists. I am having it too.

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

2 participants