summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/docker/docker-compose.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/docker/docker-compose.yaml b/build/docker/docker-compose.yaml
index 823c4b694de..c4193a96b7c 100644
--- a/build/docker/docker-compose.yaml
+++ b/build/docker/docker-compose.yaml
@@ -2,11 +2,11 @@ version: '3.8'
services:
openbb:
environment:
- DISPLAY: host.docker.internal:0.0
+ DISPLAY: host.docker.internal:0.0
volumes:
- ~/OpenBBUserData:/home/python/OpenBBUserData
- ~/.openbb_terminal:/home/python/.openbb_terminal
platform: linux/amd64
- image: ghcr.io/openbb-finance/openbbterminal/openbb:2.0.0
+ image: ghcr.io/openbb-finance/openbbterminal/openbb:latest
stdin_open: true # docker run -i
- tty: true # docker run -t \ No newline at end of file
+ tty: true # docker run -t