diff --git a/ipd/Dockerfile b/ipd/Dockerfile index 7f1c1b3..83d38b2 100644 --- a/ipd/Dockerfile +++ b/ipd/Dockerfile @@ -5,7 +5,7 @@ FROM alpine:latest RUN apk add --update --no-cache ca-certificates curl geoip RUN sh /etc/periodic/monthly/geoip COPY --from=builder /go/bin/ipd /usr/bin/ipd -EXPOSE 808 +EXPOSE 8080 ENTRYPOINT ipd \ --country-db /usr/share/GeoIP/GeoIP.dat \ --city-db /usr/share/GeoIP/GeoLiteCity.dat \