do not export any port
This commit is contained in:
parent
6e93b6ba23
commit
4c7909335a
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user