fix: change compose to use dockerhub image

This commit is contained in:
diced 2021-06-23 11:40:52 -07:00
parent fd400aa850
commit e9e30c4c46
No known key found for this signature in database
GPG key ID: 85AB64C74535D76E

View file

@ -15,9 +15,7 @@ services:
retries: 5
zipline:
build:
context: .
dockerfile: Dockerfile
image: diced/zipline:trunk
ports:
- '3000:3000'
restart: unless-stopped