mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-28 19:40:50 +00:00
8 lines
227 B
Plaintext
8 lines
227 B
Plaintext
```bash
|
|
# Download the docker compose example configuration
|
|
wget https://raw.githubusercontent.com/zitadel/zitadel/v2-alpha/deploy/compose/docker-compose.yml
|
|
|
|
# Run the database and application containers
|
|
docker compose up
|
|
```
|