run service with port 9091
This commit is contained in:
parent
6bd76f97d6
commit
6e93b6ba23
@ -4,10 +4,10 @@ RUN apk --update add ca-certificates \
|
||||
curl
|
||||
|
||||
HEALTHCHECK --start-period=2s --interval=5s --timeout=3s \
|
||||
CMD curl -f http://localhost/health || exit 1
|
||||
CMD curl -f http://localhost:9091/health || exit 1
|
||||
|
||||
VOLUME /srv
|
||||
EXPOSE 80
|
||||
EXPOSE 9091
|
||||
|
||||
COPY .docker.json /.filebrowser.json
|
||||
COPY filebrowser /filebrowser
|
||||
|
||||
Loading…
Reference in New Issue
Block a user