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

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

Notifications You must be signed in to change notification settings

iOvergaard/umbraco-docker-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Languages