Skip to content

Commit

Permalink
Fix(docker): Avoid error 'The configured user limit on the number of …
Browse files Browse the repository at this point in the history
…inotify instances has been reached'
  • Loading branch information
rnwood committed Oct 17, 2024
1 parent fcae595 commit 81cde8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /
ENV XDG_CONFIG_HOME /
ENV ASPNETCORE_HTTP_PORTS 80
ENV SERVEROPTIONS__URLS http://*:80
ENV DOTNET_USE_POLLING_FILE_WATCHER true
EXPOSE 80
EXPOSE 25
EXPOSE 143
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.linux.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /
ENV XDG_CONFIG_HOME /
ENV ASPNETCORE_HTTP_PORTS 80
ENV SERVEROPTIONS__URLS http://*:80
ENV DOTNET_USE_POLLING_FILE_WATCHER true
EXPOSE 80
EXPOSE 25
EXPOSE 143
Expand Down

0 comments on commit 81cde8f

Please sign in to comment.