[GH-ISSUE #13] [BUG] failed to resolve clamav-api #8

Closed
opened 2026-03-02 02:59:19 +03:00 by kerem · 2 comments
Owner

Originally created by @killmasta93 on GitHub (May 30, 2023).
Original GitHub issue: https://github.com/bunkerity/bunkerweb-plugins/issues/13

Plugin(s)
CLAMAV

Description
ACCESS] clamav:access() call failed : error from request : error while sending request : clamav-api could not be resolved (2: Server failure), `

How to reproduce
copying the dockercompose example

BunkerWeb version
1.5

Logs
ACCESS] clamav:access() call failed : error from request : error while sending request : clamav-api could not be resolved (2: Server failure), `

i had to add the network to the docker compose for it to work

  clamav-api:
    image: bunkerity/bunkerweb-clamav
    environment:
      - CLAMAV_HOST=clamav
      - REDIS_HOST=redis
    networks:
      - bw-universe
      - bw-docker

  clamav:
    image: clamav/clamav:1.1.0
    volumes:
      - ./clamav-data:/var/lib/clamav
    networks:
      - bw-universe
      - bw-docker

  redis:
    image: redis:7-alpine
    networks:
      - bw-universe
      - bw-docker
Originally created by @killmasta93 on GitHub (May 30, 2023). Original GitHub issue: https://github.com/bunkerity/bunkerweb-plugins/issues/13 **Plugin(s)** CLAMAV **Description** ACCESS] clamav:access() call failed : error from request : error while sending request : clamav-api could not be resolved (2: Server failure), ` **How to reproduce** copying the dockercompose example **BunkerWeb version** 1.5 **Logs** ACCESS] clamav:access() call failed : error from request : error while sending request : clamav-api could not be resolved (2: Server failure), ` i had to add the network to the docker compose for it to work ``` clamav-api: image: bunkerity/bunkerweb-clamav environment: - CLAMAV_HOST=clamav - REDIS_HOST=redis networks: - bw-universe - bw-docker clamav: image: clamav/clamav:1.1.0 volumes: - ./clamav-data:/var/lib/clamav networks: - bw-universe - bw-docker redis: image: redis:7-alpine networks: - bw-universe - bw-docker ```
kerem 2026-03-02 02:59:19 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@fl0ppy-d1sk commented on GitHub (May 31, 2023):

Hello @killmasta93

Thanks for the report. We are working both on 1.5.1 and update for the plugins and will include that fix in the documentation.

<!-- gh-comment-id:1569720245 --> @fl0ppy-d1sk commented on GitHub (May 31, 2023): Hello @killmasta93 Thanks for the report. We are working both on 1.5.1 and update for the plugins and will include that fix in the documentation.
Author
Owner

@fl0ppy-d1sk commented on GitHub (Aug 14, 2023):

Hello @killmasta93,

Should be better with BW 1.5.1 and plugins 1.1. Please note that ClamAV plugin doesn't need an intermediate API anymore (more info).

<!-- gh-comment-id:1677666982 --> @fl0ppy-d1sk commented on GitHub (Aug 14, 2023): Hello @killmasta93, Should be better with BW 1.5.1 and plugins 1.1. Please note that ClamAV plugin doesn't need an intermediate API anymore ([more info](https://github.com/bunkerity/bunkerweb-plugins/tree/main/clamav)).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bunkerweb-plugins#8
No description provided.