docker compose run config for AWS ECS

This commit is contained in:
Niilo Ursin 2017-09-05 09:40:25 +03:00
parent 0ad4f70469
commit a60582f87c

8
docker-compose.yml Normal file
View file

@ -0,0 +1,8 @@
version: '2'
services:
clamav-rest:
mem_reservation: 262144000
mem_limit: 1048576000
image: niilo/clamav-rest
ports:
- "9000:9000"