From 0aeecdde91aed7445586b0102d4696a4d3a5238c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 23 Jan 2023 16:06:05 +0100 Subject: [PATCH] Updated Installation via Docker (markdown) --- Installation-via-Docker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation-via-Docker.md b/Installation-via-Docker.md index 22bd83a..d73210f 100644 --- a/Installation-via-Docker.md +++ b/Installation-via-Docker.md @@ -7,6 +7,7 @@ Part-DB can be installed via docker. A pre-built docker image is available under In the moment the master tag should be used (which is built from the latest commits in the master branch), as no tagged releases are available yet. The easiest way to use it is to use the docker-compose.yml available [here](https://raw.githubusercontent.com/Part-DB/Part-DB-symfony/master/docs/docker/docker-compose.yaml): + 0. Install docker and docker-compose like described under https://docs.docker.com/compose/install/ 1. Create a folder where the Part-DB data should live 2. Download docker-compose.yml and move it to the folder created above