fix: change compose to use dockerhub image
This commit is contained in:
parent
fd400aa850
commit
e9e30c4c46
1 changed files with 1 additions and 3 deletions
|
@ -15,9 +15,7 @@ services:
|
|||
retries: 5
|
||||
|
||||
zipline:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: diced/zipline:trunk
|
||||
ports:
|
||||
- '3000:3000'
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in a new issue