From 0fcd158b7ecf88adfcb9da62e9e27a5e29c65802 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Mon, 8 Oct 2018 20:45:47 +0200 Subject: [PATCH] Moved docker-compose.prod.yml to configs/docker-compose.yml --- README.md | 2 +- docker-compose.prod.yml => configs/docker-compose.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docker-compose.prod.yml => configs/docker-compose.yml (100%) diff --git a/README.md b/README.md index 587853c19..3909b5a19 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ This is the official way to test our development snapshot. We just started worki Before you start, make sure you got [Docker](https://store.docker.com/search?type=edition&offering=community) installed on your system. It is available for Mac, Linux and Windows. Developers can skip this and move on to the [Developer Guide](https://github.com/photoprism/photoprism/wiki/Developer-Guide) in our [Wiki](https://github.com/photoprism/photoprism/wiki). -**Step 1:** Download [docker-compose.prod.yml](https://github.com/photoprism/photoprism/blob/master/docker-compose.prod.yml), rename it to `docker-compose.yml` and set the default photo path `~/Photos` to whatever directory you want to use on your local computer: +**Step 1:** Download [docker-compose.yml](https://raw.githubusercontent.com/photoprism/photoprism/master/configs/docker-compose.yml) to a directory of your choice and set the default photo path `~/Photos` to where you want to store your photos: ```yaml volumes: diff --git a/docker-compose.prod.yml b/configs/docker-compose.yml similarity index 100% rename from docker-compose.prod.yml rename to configs/docker-compose.yml