Add read only flag to mounted Backups

This commit is contained in:
sebivh
2025-12-02 01:34:40 +01:00
parent eb85397c7e
commit cea68c2134

View File

@@ -5,7 +5,7 @@ services:
network_mode: host
volumes:
- /root/tests:/mnt/backup
- /root/tests:/mnt/backup:ro
environment:
PBS_SERVER: ${PBS_SERVER}