feat (service): give forgejo access to /var/www for sys obs action

This commit is contained in:
Thomas Bishop 2025-07-08 15:56:05 +01:00
parent 7eba6e543e
commit a10ce7c5ab

View file

@ -16,6 +16,7 @@ services:
- /opt/forgejo/git-ssh:/data/git/.ssh:rw - /opt/forgejo/git-ssh:/data/git/.ssh:rw
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- /var/www/:/var/www
ports: ports:
- "8002:3000" - "8002:3000"
- "222:22" - "222:22"