From 69917999eff6ade789b4bb8766fe41b8da51752f Mon Sep 17 00:00:00 2001 From: Leopere <1068374+Leopere@users.noreply.github.com> Date: Tue, 7 May 2019 22:02:03 -0400 Subject: [PATCH] Updated port EXPOSE --- docker/production/x86_64/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/production/x86_64/Dockerfile b/docker/production/x86_64/Dockerfile index cea0faad5..97df405a1 100644 --- a/docker/production/x86_64/Dockerfile +++ b/docker/production/x86_64/Dockerfile @@ -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"]