mandelmapper/docker-compose.yml

9 lines
147 B
YAML
Raw Normal View History

2018-11-24 20:36:06 +00:00
version: '3.6'
services:
mandel-mapper:
2019-01-06 01:52:57 +00:00
image: registry.deadbeef.codes/mandelmapper:latest
2018-11-24 20:53:51 +00:00
ports:
- 6161:6161
2018-11-24 20:36:06 +00:00
restart: always