Skip to content

Commit

Permalink
Merge pull request #376 from slskd/expose
Browse files Browse the repository at this point in the history
Remove EXPOSE from dockerfile
  • Loading branch information
jpdillingham committed Mar 3, 2022
2 parents 6ef002a + 5cb5b0d commit e99a175
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ ENV DOTNET_BUNDLE_EXTRACT_BASE_DIR=/var/tmp/.net \
SLSKD_DOCKER_REVISON=$REVISION \
SLSKD_DOCKER_BUILD_DATE=$BUILD_DATE

EXPOSE 5000 5001 50000

VOLUME /app

HEALTHCHECK --interval=60s --timeout=3s --start-period=5s --retries=3 CMD wget -q -O - http://localhost:5000/health
Expand Down

0 comments on commit e99a175

Please sign in to comment.