From 8859cc97b44d28f7d5ac63576da9b989f4d43fdc Mon Sep 17 00:00:00 2001 From: Vyacheslav Scherbinin Date: Thu, 6 Mar 2025 10:46:10 +0700 Subject: [PATCH] fix: superset docker-compose --- apps/dokploy/templates/superset/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/dokploy/templates/superset/docker-compose.yml b/apps/dokploy/templates/superset/docker-compose.yml index b73bf55e..e786a934 100644 --- a/apps/dokploy/templates/superset/docker-compose.yml +++ b/apps/dokploy/templates/superset/docker-compose.yml @@ -1,7 +1,7 @@ # This is an UNOFFICIAL production docker image build for Superset: # - https://github.com/amancevice/docker-superset - + # ## SETUP INSTRUCTIONS # # After deploying this image, you will need to run one of the two @@ -10,7 +10,7 @@ # $ superset-init # Initialise database only # # You will be prompted to enter the credentials for the admin user. - + # ## NETWORK INSTRUCTIONS # @@ -66,7 +66,7 @@ services: timeout: 10s retries: 3 -superset_redis: + superset_redis: image: redis restart: always volumes: