6 lines
90 B
YAML
6 lines
90 B
YAML
|
version: "3.2"
|
||
|
services:
|
||
|
test:
|
||
|
image: cerc/test-container:local
|
||
|
restart: always
|