Browse Source

clamd: remove exposed ports from buildfile

DerLinkman 7 months ago
parent
commit
65bc581fab
1 changed files with 0 additions and 3 deletions
  1. 0 3
      data/Dockerfiles/clamd/Dockerfile

+ 0 - 3
data/Dockerfiles/clamd/Dockerfile

@@ -74,9 +74,6 @@ FROM alpine:3.21
 
 LABEL maintainer = "The Infrastructure Company GmbH <info@servercow.de>"
 
-EXPOSE 3310
-EXPOSE 7357
-
 RUN apk upgrade --no-cache \
   && apk add --update --no-cache \
     tzdata \