hosting/gitea/initialize-gitea.sh

4 lines
227 B
Bash
Raw Permalink Normal View History

2023-02-12 22:15:47 +00:00
#!/bin/env bash
# Run this script once after bringing up gitea in docker compose
docker compose exec --user git server gitea admin user create --admin --username gitea_admin --password admin1234 --email gitea_admin@example.com