diff --git a/docker-compose.yml b/docker-compose.yml index a415398..6f6058c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,6 +5,9 @@ services: image: ghcr.io/suwayomi/tachidesk:preview environment: - TZ=Etc/UTC # 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 # ################################################################################################# # # !!! IMPORTANT !!! @@ -23,8 +26,6 @@ services: # - BASIC_AUTH_USERNAME=manga # - BASIC_AUTH_PASSWORD=hello123 # - EXTENSION_REPOS=["http://github.com/orginazation-name/repo-name", "http://github.com/orginazation-name-2/repo-name-2"] -# - FLARESOLVERR_ENABLED=true -# - FLARESOLVERR_URL=http://flaresolverr:8191 volumes: - ./data:/home/suwayomi/.local/share/Tachidesk ports: