Update docker-compose.yml

add security flags
pull/19/head
LRVT 2023-11-08 22:51:33 +01:00 zatwierdzone przez GitHub
rodzic a77f527889
commit 2caef5b1e3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,11 @@ services:
#image: l4rm4nd/send:latest # image of a fork with darkmode only
container_name: send-app
restart: unless-stopped
read_only: true
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
ports:
- 1234:1234
expose: