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