Changed port to 2342
This commit is contained in:
parent
f472e451bd
commit
16bd9bc142
2 changed files with 3 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue