Use the correct docker image (fixes #68)

pull/69/head
Levi Govaerts 2021-11-30 04:00:27 +01:00 committed by GitHub
parent 94e8d0109e
commit 9776672e3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ services:
deepstack_ui:
container_name: deepstack_ui
restart: unless-stopped
image: deepstack-ui
image: robmarkcole/deepstack-ui:latest
environment:
- DEEPSTACK_IP=deepstack
- DEEPSTACK_PORT=5000
@ -23,4 +23,4 @@ services:
- DEEPSTACK_CUSTOM_MODEL=fire
- DEEPSTACK_UI_DEBUG_MODE=True
ports:
- '8501:8501'
- '8501:8501'