mandelmapper/docker-compose.yml
Steven Polley 677e069a4e
Some checks are pending
continuous-integration/drone/push Build is passing
Fix example docker-compose registry
2019-01-05 18:52:57 -07:00

9 lines
147 B
YAML

version: '3.6'
services:
mandel-mapper:
image: registry.deadbeef.codes/mandelmapper:latest
ports:
- 6161:6161
restart: always