mirror of https://github.com/docker/compose.git
8 lines
120 B
YAML
8 lines
120 B
YAML
|
version: '2.2'
|
||
|
services:
|
||
|
web:
|
||
|
build:
|
||
|
context: .
|
||
|
args:
|
||
|
- favorite_th_character=mariya.kirisame
|