dummy/docker-compose.yml

14 lines
210 B
YAML
Raw Permalink Normal View History

2020-10-13 08:21:37 +00:00
version: '3.7'
services:
2022-01-12 22:31:57 +00:00
dummy:
image: magmise/dummy
container_name: dummy
2021-10-12 10:30:50 +00:00
build: .
2020-10-13 08:21:37 +00:00
restart: unless-stopped
stdin_open: true
tty: true
2022-01-12 22:31:57 +00:00
ports:
- 8081:8081