mirror of
https://github.com/stashapp/stash.git
synced 2026-02-14 19:33:34 +01:00
Updated port EXPOSE
This commit is contained in:
parent
7a18c54c6e
commit
69917999ef
1 changed files with 1 additions and 1 deletions
|
|
@ -17,5 +17,5 @@ RUN curl -L -o /stash $(curl -s https://api.github.com/repos/stashapp/stash/rele
|
|||
FROM ubuntu:18.04 as app
|
||||
RUN adduser stash --gecos GECOS --shell /bin/bash --disabled-password --home /home/stash
|
||||
COPY --from=prep /stash /ffmpeg/ffmpeg /ffmpeg/ffprobe /usr/bin/
|
||||
EXPOSE 9998
|
||||
EXPOSE 9999
|
||||
CMD ["stash"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue