fix (service): add web network to forgejo service config
This commit is contained in:
parent
47ff867c27
commit
902a82aa2f
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- forgejo
|
- forgejo
|
||||||
|
- web
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/storagebox_alpha/forgejo/data:/data
|
- /mnt/storagebox_alpha/forgejo/data:/data
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
|
Loading…
Add table
Reference in a new issue