docker run -d --restart unless-stopped \
-e DOMAIN='www.example.com' \
-e USERNAME='iamtrazy' \
-e PASSWORD='password' \
-p 443:443 \
--name maruzibun iamtrazy/maruzibun:latest
Additionally provide API_TOKEN and ADMIN_ID to integrate with telegram bot.
change your dashboard username and password after copying the command unless you want to have the above insecure credentials.
You can access the container using given domain in the run command with path /dashboard.
example:- www.example.com/dashboard
if you need to change the domain, Stop and remove the container and then re-run the docker run command.
Content type
Image
Digest
sha256:f33dc6184…
Size
283.1 MB
Last updated
almost 3 years ago
docker pull iamtrazy/maruzibun