Skip to content

Create Account button doesn't work #38

Description

@engemil

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions