Add exposed ports

This commit is contained in:
Eugene Zbiranik
2019-02-12 11:54:40 +03:00
parent 0d5f24927c
commit e33c8a3cde
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ RUN apk --no-cache --update add ca-certificates && \
COPY ./AdGuardHome /opt/adguardhome/AdGuardHome
EXPOSE 53 3000
EXPOSE 53/tcp 53/udp 67/tcp 67/udp 68/tcp 68/udp 80/tcp 443/tcp 853/tcp 853/udp 3000/tcp
VOLUME ["/opt/adguardhome/conf", "/opt/adguardhome/work"]