This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
docker-compose [2021/08/28 12:59] – alexk7110 | docker-compose [2021/08/28 12:59] (current) – alexk7110 | ||
---|---|---|---|
Line 3: | Line 3: | ||
==== Run multiple compose files with the -f flag ==== | ==== Run multiple compose files with the -f flag ==== | ||
docker-compose -f one.yml -f two.yml up -d | docker-compose -f one.yml -f two.yml up -d | ||
- | | ||
- | |||
- | You cant use mem_limit in a 3.x docker-compose file in non swarm mode | ||
- | see https:// | ||
- |