Dockerfiles: Remove unused ports #66

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-05-30 14:56:07 +02:00
parent 0b1bcf0d4a
commit f713a44668
2 changed files with 4 additions and 4 deletions

View file

@ -83,8 +83,8 @@ RUN chmod -R 777 /photoprism
# Show photoprism version
RUN photoprism -v
# Expose http and database ports
EXPOSE 2342 2343 4000
# Expose http port
EXPOSE 2342
# Run server
CMD photoprism start

View file

@ -167,8 +167,8 @@ RUN chmod -R 777 /photoprism
# Show photoprism version
RUN photoprism -v
# Expose http and database ports
EXPOSE 2342 2343 4000
# Expose http port
EXPOSE 2342
# Run server
CMD photoprism start