From 16bd9bc1426e836268af92f8fd7e9ad139207622 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Tue, 9 Oct 2018 04:01:50 +0200 Subject: [PATCH] Changed port to 2342 --- README.md | 6 ++---- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bcbb667ae..3a2c86412 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,8 @@ That's why we started working on an easy-to-use application that can be hosted a More screenshots: https://photoprism.org/#screenshots -Features --------- - -We focus on what really matters for photographers: +What to expect +-------------- * Clearly structured Web interface for browsing, organizing and sharing your personal photo collection. * Import everything without worrying about duplicates or RAW to JPEG conversion. diff --git a/docker-compose.yml b/docker-compose.yml index 87c5489ca..e97d3da0d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: image: photoprism/photoprism command: tail -f /dev/null ports: - - 80:80 + - 2342:80 volumes: - .:/go/src/github.com/photoprism/photoprism environment: