mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
Add security_opt and new restart policy to docker-compose options (#693)
* Add anchored docker-compose security options * Remove YAML anchor and AppArmor profile --------- Co-authored-by: BigPebble123 <> Co-authored-by: Alexander Medvedev <lilalexmed@proton.me>
This commit is contained in:
committed by
GitHub
parent
c07882369c
commit
46b2f1d734
@@ -10,6 +10,9 @@ services:
|
||||
- ./data:/pumpkin
|
||||
# Use the following, if you want to make your config immutable
|
||||
#- ./config:/pumpkin/config:ro
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
restart: unless-stopped
|
||||
stdin_open: true
|
||||
tty: true
|
||||
cap_drop:
|
||||
|
||||
Reference in New Issue
Block a user