We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9475c20 commit f2e2407Copy full SHA for f2e2407
docker/docker-compose.yml
@@ -3,4 +3,5 @@ version: '3'
3
services:
4
web:
5
build: ./
6
+ cap_drop: [ "ALL" ]
7
ports: [ "8080:8080" ]
0 commit comments