add missing volume for forgejo
This commit is contained in:
parent
92bb25d2f0
commit
2426e106a4
|
@ -40,6 +40,7 @@ services:
|
|||
- USER_GID=1000
|
||||
volumes:
|
||||
- /var/lib/forgejo/:/data/git
|
||||
- /var/lib/forgejo-data/:/data/
|
||||
- /etc/forgejo/:/data/gitea/conf
|
||||
- /var/www/html:/var/www/html
|
||||
- /etc/ssl/certs:/etc/ssl/certs:ro
|
||||
|
@ -80,4 +81,4 @@ services:
|
|||
networks:
|
||||
net_with_ipv6:
|
||||
attachable: true
|
||||
enable_ipv6: true
|
||||
enable_ipv6: true
|
||||
|
|
Loading…
Reference in a new issue