From 2e590846dc0d4f703535183f42185769dc3d5bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Tue, 22 Oct 2024 18:06:18 +0800 Subject: [PATCH] fix --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5ec544a..f28ecde 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,9 @@ services: ports: - 3001:3001 - 6099:6099 + tty: true + security_opt: + - seccomp:unconfined container_name: napcat network_mode: bridge restart: always @@ -92,6 +95,7 @@ services: - NAPCAT_GID=${NAPCAT_GID} container_name: napcat network_mode: bridge + tty: true security_opt: - seccomp:unconfined ports: @@ -121,6 +125,7 @@ docker run -d \ -p 6099:6099 \ --name napcat \ --restart=always \ +--security-opt seccomp:unconfined \ mlikiowa/napcat-docker:latest ``` @@ -142,6 +147,7 @@ services: ports: - 3000:3000 - 6099:6099 + tty: true security_opt: - seccomp:unconfined container_name: napcat