mirror of
https://github.com/pschiffe/docker-pdns.git
synced 2025-01-18 11:01:14 +01:00
Increase nofile limit for recursor
This commit is contained in:
parent
f14e4be008
commit
036420859d
5 changed files with 8 additions and 8 deletions
|
@ -57,7 +57,7 @@
|
|||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ulimits:
|
||||
- 'nofile:5000:5000'
|
||||
- 'nofile:10000:10000'
|
||||
tags:
|
||||
- pdns-recursor
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ulimits:
|
||||
- 'nofile:5000:5000'
|
||||
- 'nofile:10000:10000'
|
||||
tags:
|
||||
- pdns-recursor
|
||||
|
||||
|
|
|
@ -9,8 +9,8 @@ services:
|
|||
- /etc/localtime:/etc/localtime:ro
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: 5000
|
||||
hard: 5000
|
||||
soft: 10000
|
||||
hard: 10000
|
||||
|
||||
mariadb:
|
||||
image: mariadb:11-ubi
|
||||
|
|
|
@ -8,8 +8,8 @@ services:
|
|||
- /etc/localtime:/etc/localtime:ro
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: 5000
|
||||
hard: 5000
|
||||
soft: 10000
|
||||
hard: 10000
|
||||
|
||||
mariadb:
|
||||
image: mariadb:11-ubi
|
||||
|
|
|
@ -8,8 +8,8 @@ services:
|
|||
- /etc/localtime:/etc/localtime:ro
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: 5000
|
||||
hard: 5000
|
||||
soft: 10000
|
||||
hard: 10000
|
||||
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
|
|
Loading…
Reference in a new issue