mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-31 05:33:46 +00:00
Update docker-compose.yml
add security flags
This commit is contained in:
parent
a77f527889
commit
2caef5b1e3
|
@ -7,6 +7,11 @@ services:
|
||||||
#image: l4rm4nd/send:latest # image of a fork with darkmode only
|
#image: l4rm4nd/send:latest # image of a fork with darkmode only
|
||||||
container_name: send-app
|
container_name: send-app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
read_only: true
|
||||||
|
security_opt:
|
||||||
|
- no-new-privileges:true
|
||||||
|
cap_drop:
|
||||||
|
- ALL
|
||||||
ports:
|
ports:
|
||||||
- 1234:1234
|
- 1234:1234
|
||||||
expose:
|
expose:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user