Files
docker-inventaire/couchdb/docker-custom-entrypoint.sh
maxlath 69db3e1a86 docker-compose.yml: use a pre-build inventaire image and env_file=.env
and customize CouchDB entrypoint script to fix the issue of the missing _users database
2025-02-28 11:42:48 +01:00

3 lines
80 B
Bash
Executable File

#!/bin/bash
/usr/local/bin/init_users_db.sh &
tini -- /docker-entrypoint.sh "$@"