Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 781 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 781 Bytes

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