6 lines
94 B
YAML
6 lines
94 B
YAML
version: "3.3"
|
|
|
|
services:
|
|
app:
|
|
image: my-repo/my-container:v1.2.3
|
|
command: my-command
|