diff --git a/main-docker/jfa-go/compose.yaml b/main-docker/jfa-go/compose.yaml deleted file mode 100644 index 48aa831..0000000 --- a/main-docker/jfa-go/compose.yaml +++ /dev/null @@ -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 diff --git a/main-docker/suwayomi/compose.yaml b/main-docker/suwayomi/compose.yaml index bcf9935..db3cf9f 100644 --- a/main-docker/suwayomi/compose.yaml +++ b/main-docker/suwayomi/compose.yaml @@ -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}