docker compose run config for AWS ECS
This commit is contained in:
parent
0ad4f70469
commit
a60582f87c
1 changed files with 8 additions and 0 deletions
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
version: '2'
|
||||
services:
|
||||
clamav-rest:
|
||||
mem_reservation: 262144000
|
||||
mem_limit: 1048576000
|
||||
image: niilo/clamav-rest
|
||||
ports:
|
||||
- "9000:9000"
|
Loading…
Add table
Reference in a new issue