Dockerfiles: Remove unused ports #66
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
0b1bcf0d4a
commit
f713a44668
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue