Compare commits
2 commits
aeb0f55fa5
...
4a6be110f5
Author | SHA1 | Date | |
---|---|---|---|
4a6be110f5 | |||
5ee94aa525 |
1 changed files with 9 additions and 0 deletions
|
@ -109,6 +109,15 @@ services:
|
||||||
- /docker/appdata/doplarr/config:/config
|
- /docker/appdata/doplarr/config:/config
|
||||||
restart: unless-stopped
|
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:
|
networks:
|
||||||
default:
|
default:
|
||||||
name: arrs_default
|
name: arrs_default
|
||||||
|
|
Reference in a new issue