Commit 4dbb2afb authored by Mark Tyneway's avatar Mark Tyneway Committed by Andreas Bigger

docker-compose: fix some security things

parent dbedfe3c
......@@ -139,7 +139,9 @@ services:
ports:
- "8080:80"
volumes:
- "${PWD}/../.devnet/:/usr/share/nginx/html/"
- "${PWD}/../.devnet/:/usr/share/nginx/html/:ro"
security_opt:
- "no-new-privileges:true"
stateviz:
build:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment