We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
I open the interface both with firefox and with google chrome, (https://serverip:444), and nothing happens when I press the "create account"-button
The text was updated successfully, but these errors were encountered: