2 parents f8d19be + 5d46a7c commit 1d9f01cCopy full SHA for 1d9f01c
1 file changed
examples/README.md
@@ -26,7 +26,7 @@ Here is a more detailed explanation of what the demo script is doing:
26
cd mysql
27
28
# Start Redis & MySQL services
29
-docker-compose up -d redis mysql
+docker-compose up -d redis db
30
# Wait for services to come up fully...
31
32
# Start Superset
@@ -49,7 +49,7 @@ docker-compose down -v
49
cd postgres
50
51
# Start Redis & PostgreSQL services
52
-docker-compose up -d redis postgres
53
54
55
@@ -99,7 +99,7 @@ docker-compose down -v
99
cd celery
100
101
102
103
104
105
0 commit comments