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

Create Account button doesn't work #38

Open
engemil opened this issue May 23, 2024 · 0 comments
Open

Create Account button doesn't work #38

engemil opened this issue May 23, 2024 · 0 comments

Comments

@engemil
Copy link

engemil commented May 23, 2024

Im running the "budge"-container on an Ubuntu Server, with Docker.

I'm using the recommended docker compose file, where I adjusted the volumes folder for host side, and the ports for host side:

services:
  budge:
    image: lscr.io/linuxserver/budge:latest
    container_name: budge
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /docker/budge:/config
    ports:
      - 88:80
      - 444:443
    restart: unless-stopped

I open the interface both with firefox and with google chrome, (https://serverip:444), and nothing happens when I press the "create account"-button

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