fix static website git pull
This commit is contained in:
parent
cb861223ea
commit
b9f923787e
5 changed files with 6 additions and 8 deletions
|
@ -14,6 +14,8 @@ services:
|
|||
restart: always
|
||||
networks:
|
||||
- traefik
|
||||
ports:
|
||||
- "{{ internal_forgejo_port }}:3000"
|
||||
volumes:
|
||||
- {{ data_dir }}:/data
|
||||
- {{ service_dir }}/conf:/data/gitea/conf
|
||||
|
|
Reference in a new issue