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: ...@@ -139,7 +139,9 @@ services:
ports: ports:
- "8080:80" - "8080:80"
volumes: volumes:
- "${PWD}/../.devnet/:/usr/share/nginx/html/" - "${PWD}/../.devnet/:/usr/share/nginx/html/:ro"
security_opt:
- "no-new-privileges:true"
stateviz: stateviz:
build: 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