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-13 16:36:14 -05:00

7 lines
116 B
Bash

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