remove jfa
This commit is contained in:
parent
57328922af
commit
84a52c1948
2 changed files with 1 additions and 11 deletions
|
@ -1,10 +0,0 @@
|
|||
services:
|
||||
jfa-go:
|
||||
image: hrfee/jfa-go:unstable
|
||||
container_name: jfa-go
|
||||
ports:
|
||||
- "8056:8056"
|
||||
volumes:
|
||||
- /home/docker/jfa-go:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
restart: unless-stopped
|
|
@ -8,7 +8,7 @@ services:
|
|||
- TZ=America/Chicago # Use TZ database name from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||
# Comment these out if you do not use the flaresolverr container at the bottom of this file
|
||||
- FLARESOLVERR_ENABLED=true
|
||||
- FLARESOLVERR_URL=http://flaresolverr:8191
|
||||
- FLARESOLVERR_URL=http://byparr:8191
|
||||
- BASIC_AUTH_ENABLED=true
|
||||
- BASIC_AUTH_USERNAME=${BASIC_AUTH_USERNAME}
|
||||
- BASIC_AUTH_PASSWORD=${BASIC_AUTH_PASSWORD}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue