Fix example docker-compose registry
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Steven Polley 2019-01-05 18:52:57 -07:00
parent cfcfc79727
commit 677e069a4e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ version: '3.6'
services:
mandel-mapper:
image: deadbeef.codes:5000/mandelmapper:latest
image: registry.deadbeef.codes/mandelmapper:latest
ports:
- 6161:6161
restart: always