forgejo: fix volume mount path for rootless image
This commit is contained in:
parent
1bf6314610
commit
5eaca6503e
|
|
@ -87,7 +87,7 @@ services:
|
|||
- VIRTUAL_DEST=/
|
||||
restart: always
|
||||
volumes:
|
||||
- ./forgejo:/data
|
||||
- ./forgejo:/var/lib/gitea
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Reference in a new issue