Nicolas De Loof 3ee2ab87bb ContainerStart must run sequentially for engine to assing distinct ports within configured range
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2022-12-12 16:08:50 +01:00

6 lines
85 B
YAML

services:
a:
image: nginx:alpine
scale: 5
ports:
- "6005-6015:80"