Updating docker-compose file with latest Docker image

This commit is contained in:
Flavio Meyer 2020-01-21 11:18:23 +01:00
parent 677cb52715
commit f23269796a

View file

@ -3,6 +3,6 @@ services:
clamav-rest:
mem_reservation: 262144000
mem_limit: 1048576000
image: niilo/clamav-rest
image: ajilaag/clamav-rest
ports:
- "9000:9000"