Skip to content

Commit ef133b0

Browse files
authored
Fix(docker): Avoid error 'The configured user limit on the number of inotify instances has been reached' (#1564)
1 parent f87322b commit ef133b0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile.linux

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ WORKDIR /
55
ENV XDG_CONFIG_HOME /
66
ENV ASPNETCORE_HTTP_PORTS 80
77
ENV SERVEROPTIONS__URLS http://*:80
8+
ENV DOTNET_USE_POLLING_FILE_WATCHER true
89
EXPOSE 80
910
EXPOSE 25
1011
EXPOSE 143

Dockerfile.linux.arm64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ WORKDIR /
55
ENV XDG_CONFIG_HOME /
66
ENV ASPNETCORE_HTTP_PORTS 80
77
ENV SERVEROPTIONS__URLS http://*:80
8+
ENV DOTNET_USE_POLLING_FILE_WATCHER true
89
EXPOSE 80
910
EXPOSE 25
1011
EXPOSE 143

0 commit comments

Comments
 (0)