mirror of
https://github.com/NapNeko/NapCat-Docker.git
synced 2025-12-19 06:30:12 +08:00
fix
This commit is contained in:
parent
5875f69b0f
commit
2e590846dc
@ -50,6 +50,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 3001:3001
|
- 3001:3001
|
||||||
- 6099:6099
|
- 6099:6099
|
||||||
|
tty: true
|
||||||
|
security_opt:
|
||||||
|
- seccomp:unconfined
|
||||||
container_name: napcat
|
container_name: napcat
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
restart: always
|
restart: always
|
||||||
@ -92,6 +95,7 @@ services:
|
|||||||
- NAPCAT_GID=${NAPCAT_GID}
|
- NAPCAT_GID=${NAPCAT_GID}
|
||||||
container_name: napcat
|
container_name: napcat
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
|
tty: true
|
||||||
security_opt:
|
security_opt:
|
||||||
- seccomp:unconfined
|
- seccomp:unconfined
|
||||||
ports:
|
ports:
|
||||||
@ -121,6 +125,7 @@ docker run -d \
|
|||||||
-p 6099:6099 \
|
-p 6099:6099 \
|
||||||
--name napcat \
|
--name napcat \
|
||||||
--restart=always \
|
--restart=always \
|
||||||
|
--security-opt seccomp:unconfined \
|
||||||
mlikiowa/napcat-docker:latest
|
mlikiowa/napcat-docker:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -142,6 +147,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
- 6099:6099
|
- 6099:6099
|
||||||
|
tty: true
|
||||||
security_opt:
|
security_opt:
|
||||||
- seccomp:unconfined
|
- seccomp:unconfined
|
||||||
container_name: napcat
|
container_name: napcat
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user