mirror of https://github.com/docker/compose.git
14 lines
196 B
YAML
14 lines
196 B
YAML
|
web:
|
||
|
extends:
|
||
|
file: common.yml
|
||
|
service: web
|
||
|
environment:
|
||
|
- FOO=2
|
||
|
- BAZ=3
|
||
|
labels: ['label=one']
|
||
|
ulimits:
|
||
|
nproc: 65535
|
||
|
memlock:
|
||
|
soft: 1024
|
||
|
hard: 2048
|