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
|
@ -5,7 +5,7 @@ services:
|
|||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
- FORGEJO__service__DISABLE_REGISTRATION=true
|
||||
- FORGEJO__service__DISABLE_REGISTRATION=true
|
||||
restart: always
|
||||
networks:
|
||||
- forgejo
|
||||
|
@ -16,6 +16,7 @@ services:
|
|||
- /opt/forgejo/git-ssh:/data/git/.ssh:rw
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /var/www/:/var/www
|
||||
ports:
|
||||
- "8002:3000"
|
||||
- "222:22"
|
||||
|
|
Loading…
Add table
Reference in a new issue