Use relative links in README

See https://github.blog/2013-01-31-relative-links-in-markup-files/ for
more details.
This commit is contained in:
Hannes Körber 2020-04-13 19:39:00 +02:00
parent 83b5b6695c
commit 1c9ea0eda7
No known key found for this signature in database
GPG Key ID: CD28A7CC31318017

View File

@ -25,7 +25,7 @@ The docker image (`vabene1111/recipes`) simply exposes the application on port `
### Docker-Compose
2. Choose one of the included configurations [here](https://github.com/vabene1111/recipes/tree/develop/docs/docker).
2. Choose one of the included configurations [here](docs/docker).
2. Download the environment (config) file template and fill it out `wget https://raw.githubusercontent.com/vabene1111/recipes/develop/.env.template -O .env `
3. Start the container `docker-compose up -d`
4. Create a default user by running `docker-compose exec web_recipes createsuperuser`.