read-only file system

This commit is contained in:
Marc Blatter 2026-03-24 20:04:45 +00:00
parent acc98a37cf
commit feca513d68
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ services:
ports:
- "3000:3000"
volumes:
- /opt/homepage/config:/app/config
- /home/marc/homepage/config:/app/config
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
PUID: 1000