GitHunt
IO

iOvergaard/umbraco-docker-db

Examples on how to run a database on Docker locally, which works with AMD64 and ARM64 architectures

Examples on how to run a local database for Umbraco in Docker

  1. Open a terminal and write docker-compose up -d and wait for the database to start
  2. Optionally run the creation script sh create-database.sh or launch Azure Data Studio and add a database
  3. Optionally add the settings from appsettings.json to your Umbraco installation (works with on-premise and Cloud)
  4. Launch your Umbraco installation
    • If you copied the unattended appsettings it should just work
    • If not, you need to add the connection details (find them in docker-compose.yml)
  5. Write docker-compose down to shut down the database

Languages

Shell100.0%

Contributors

Created February 2, 2022
Updated February 1, 2023
iOvergaard/umbraco-docker-db | GitHunt