Skip to content

Docker Installation

The simplest option. This runs only the FOSSBilling container, so you must provide your own database service.

Terminal window
docker run -d \
--name fossbilling \
-p 80:80 \
-v fossbilling:/var/www/html \
--restart unless-stopped \
fossbilling/fossbilling:latest

Then open your server IP or hostname in a browser to complete the web installer.

The official Docker image runs FOSSBilling cron automatically every five minutes inside the container.

You do not need to add a host crontab entry when using the official Docker image.