mirror of
https://github.com/deadcxap/init_scripts.git
synced 2026-07-02 05:43:40 +03:00
убрал создание ufw для туеишкв из основного скрипта
This commit is contained in:
@@ -14,6 +14,12 @@ services:
|
||||
network_mode: host
|
||||
depends_on:
|
||||
- remnanode
|
||||
healthcheck:
|
||||
test: [ "CMD-SHELL", "wget -q -O /dev/null http://127.0.0.1/ || exit 1" ]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 12
|
||||
start_period: 10s
|
||||
logging:
|
||||
driver: 'json-file'
|
||||
options:
|
||||
@@ -35,6 +41,8 @@ services:
|
||||
nofile:
|
||||
soft: 1048576
|
||||
hard: 1048576
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
logging:
|
||||
driver: 'json-file'
|
||||
options:
|
||||
|
||||
Reference in New Issue
Block a user