Merge branch 'main' into renovate/lscr.io-linuxserver-sonarr
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
commit
4a6be110f5
1 changed files with 9 additions and 0 deletions
|
@ -109,6 +109,15 @@ services:
|
|||
- /docker/appdata/doplarr/config:/config
|
||||
restart: unless-stopped
|
||||
|
||||
jfa-go:
|
||||
image: hrfee/jfa-go
|
||||
container_name: jfa-go
|
||||
ports:
|
||||
- 8056:8056
|
||||
volumes:
|
||||
- /docker/appdata/jfa-go/config:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: arrs_default
|
||||
|
|
Reference in a new issue