forked from DevOps/deploy.stack
8 lines
135 B
YAML
8 lines
135 B
YAML
|
|
services:
|
||
|
|
|
||
|
|
test:
|
||
|
|
image: ${IMAGE_TAG}
|
||
|
|
container_name: "alpine-test"
|
||
|
|
restart: unless-stopped
|
||
|
|
tty: true
|
||
|
|
command: ash
|