diff --git a/README.md b/README.md index 707f3dbf..a86b0e2b 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Anyhow, the migrations that will be made, are not compatible with the old Part-D Also after the migration it is not possible to go back to the old database scheme, so make sure to make a backup of your database beforehand. See [UPGRADE](UPGRADE.md) for more infos. -*Hint:* A docker image is available under [jbtronics/part-db1](https://hub.docker.com/r/jbtronics/part-db1). +*Hint:* A docker image is available under [jbtronics/part-db1](https://hub.docker.com/r/jbtronics/part-db1). How to setup Part-DB via docker is described [here](https://github.com/Part-DB/Part-DB-symfony/blob/master/docs/docker/docker-install.md). 1. Copy or clone this repository into a folder on your server. 2. Configure your webserver to serve from the `public/` folder. See [here](https://symfony.com/doc/current/setup/web_server_configuration.html) diff --git a/docs/docker/docker-install.md b/docs/docker/docker-install.md index 6010415c..d30ba4e6 100644 --- a/docs/docker/docker-install.md +++ b/docs/docker/docker-install.md @@ -6,7 +6,7 @@ Part-DB can be installed via docker. A pre-built docker image is available under [jbtronics/part-db1](https://hub.docker.com/repository/docker/jbtronics/part-db1/). 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](): +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