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:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ulimits:
|
ulimits:
|
||||||
- 'nofile:5000:5000'
|
- 'nofile:10000:10000'
|
||||||
tags:
|
tags:
|
||||||
- pdns-recursor
|
- pdns-recursor
|
||||||
|
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ulimits:
|
ulimits:
|
||||||
- 'nofile:5000:5000'
|
- 'nofile:10000:10000'
|
||||||
tags:
|
tags:
|
||||||
- pdns-recursor
|
- pdns-recursor
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,8 @@ services:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ulimits:
|
ulimits:
|
||||||
nofile:
|
nofile:
|
||||||
soft: 5000
|
soft: 10000
|
||||||
hard: 5000
|
hard: 10000
|
||||||
|
|
||||||
mariadb:
|
mariadb:
|
||||||
image: mariadb:11-ubi
|
image: mariadb:11-ubi
|
||||||
|
|
|
@ -8,8 +8,8 @@ services:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ulimits:
|
ulimits:
|
||||||
nofile:
|
nofile:
|
||||||
soft: 5000
|
soft: 10000
|
||||||
hard: 5000
|
hard: 10000
|
||||||
|
|
||||||
mariadb:
|
mariadb:
|
||||||
image: mariadb:11-ubi
|
image: mariadb:11-ubi
|
||||||
|
|
|
@ -8,8 +8,8 @@ services:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ulimits:
|
ulimits:
|
||||||
nofile:
|
nofile:
|
||||||
soft: 5000
|
soft: 10000
|
||||||
hard: 5000
|
hard: 10000
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
|
|
Loading…
Reference in a new issue