This repository has been archived on 2025-11-17. You can view files and clone it, but cannot push or open issues or pull requests.
Files
akaunting/docker-entrypoint.sh
2025-11-12 16:51:32 -05:00

9 lines
188 B
Bash

#!/bin/bash
DB_PASSWORD=$(cat /run/secrets/mysql_password)
export DB_PASSWORD
ADMIN_PASSWORD=$(cat /run/secrets/admin_password)
export ADMIN_PASSWORD
/usr/local/bin/akaunting.sh --start