This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
docker-examples/README.md

11 lines
258 B
Markdown

# docker-example-drupal-localgov
## Installation
```bash
# With just
just drush site:install -y --db-url=mysql://app:app@database/app localgov
# Without just
docker compose exec php drush site:install -y --db-url=mysql://app:app@database/app localgov
```