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:
Such a big pebble
2025-04-28 19:11:15 +02:00
committed by GitHub
parent c07882369c
commit 46b2f1d734

View File

@@ -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: