Skip to content

Commit

Permalink
privileged
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa authored Oct 22, 2024
1 parent 0aad817 commit fb11492
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ docker run -d \
-p 6099:6099 \
--name napcat \
--restart=always \
--security-opt seccomp:unconfined \
--privileged \
mlikiowa/napcat-docker:latest
```

Expand All @@ -50,9 +50,7 @@ services:
ports:
- 3001:3001
- 6099:6099
tty: true
security_opt:
- seccomp:unconfined
privileged: true
container_name: napcat
network_mode: bridge
restart: always
Expand All @@ -74,7 +72,7 @@ docker run -d \
-e WS_URLS='["ws://192.168.3.8:5140/onebot"]' \
-e NAPCAT_GID=$(id -g) \
-e NAPCAT_UID=$(id -u) \
--security-opt seccomp:unconfined \
--privileged \
--name napcat \
--restart=always \
mlikiowa/napcat-docker:latest
Expand All @@ -95,9 +93,7 @@ services:
- NAPCAT_GID=${NAPCAT_GID}
container_name: napcat
network_mode: bridge
tty: true
security_opt:
- seccomp:unconfined
privileged: true
ports:
- 6099:6099
restart: always
Expand Down Expand Up @@ -125,7 +121,7 @@ docker run -d \
-p 6099:6099 \
--name napcat \
--restart=always \
--security-opt seccomp:unconfined \
--privileged \
mlikiowa/napcat-docker:latest
```

Expand All @@ -147,9 +143,7 @@ services:
ports:
- 3000:3000
- 6099:6099
tty: true
security_opt:
- seccomp:unconfined
privileged: true
container_name: napcat
network_mode: bridge
restart: always
Expand Down

0 comments on commit fb11492

Please sign in to comment.