mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
feat: add support for cap_add and cap_drop compose keys (#238)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
services:
|
||||
test:
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
cap_drop:
|
||||
- ALL
|
||||
command: ["nginx", "updated", "command"]
|
||||
cpus: 0.5
|
||||
entrypoint: ["/updated-docker-entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user