21 lines
239 B
YAML
Executable File
21 lines
239 B
YAML
Executable File
version: "3.0"
|
|
|
|
#
|
|
# updated: 2023-12-13
|
|
# stack: x-common
|
|
#
|
|
|
|
services:
|
|
|
|
x-common:
|
|
|
|
extends:
|
|
file: ./host.yml
|
|
service: x-host
|
|
|
|
init: true
|
|
|
|
sysctls:
|
|
net.core.somaxconn: 1024
|
|
net.ipv4.tcp_syncookies: 0
|