feat (service): give forgejo access to /var/www for sys obs action
This commit is contained in:
parent
7eba6e543e
commit
a10ce7c5ab
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue