chore(securitytxt): add restart-policy

This commit is contained in:
Sammy 2023-07-06 16:05:20 +02:00
parent a26cc0deeb
commit 5d7acc5e49
No known key found for this signature in database
GPG key ID: C99355AC01BC7575

View file

@ -34,4 +34,5 @@
volumes:
- "/opt/securitytxt/security.txt:/usr/share/nginx/html/.well-known/security.txt:ro"
labels: "{{ securitytxt_container_labels }}"
restart_policy: "unless-stopped"
tags: ["deploy", "deploy-securitytxt"]