Skip to content

Commit

Permalink
♻️Added antivirus after rebasing refactoring to main
Browse files Browse the repository at this point in the history
  • Loading branch information
shepilov committed Nov 20, 2024
1 parent 1e494c3 commit cfe8a10
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tdrive/docker-compose.dev.deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ services:
networks:
- tdrive_network

av:
image: clamav/clamav:latest
container_name: av
ports:
- 3310:3310
networks:
- tdrive_network

minio:
image: minio/minio
ports:
Expand Down

0 comments on commit cfe8a10

Please sign in to comment.