Remove duplicate argument on aerospike section

This commit is contained in:
Luciano Gonçalves 2016-09-01 13:05:53 +01:00
parent 650f6a89c6
commit 92dc3be3b1

View File

@ -171,13 +171,13 @@ services:
build: ./aerospike
volumes_from:
- volumes_data
- workspace
ports:
- "3000:3000"
- "3001:3001"
- "3002:3002"
- "3003:3003"
volumes_from:
- workspace
### Memcached Container #####################################