This commit is contained in:
手瓜一十雪 2024-10-22 18:06:18 +08:00 committed by GitHub
parent 5875f69b0f
commit 2e590846dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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