do not export any port

This commit is contained in:
Osmany Montero 2021-06-10 22:39:07 +03:00
parent 6e93b6ba23
commit 4c7909335a

View File

@ -7,7 +7,6 @@ HEALTHCHECK --start-period=2s --interval=5s --timeout=3s \
CMD curl -f http://localhost:9091/health || exit 1 CMD curl -f http://localhost:9091/health || exit 1
VOLUME /srv VOLUME /srv
EXPOSE 9091
COPY .docker.json /.filebrowser.json COPY .docker.json /.filebrowser.json
COPY filebrowser /filebrowser COPY filebrowser /filebrowser