chore(docs): docker instructions use docker compose instead of the deprecated docker-compose (#30030)

This commit is contained in:
Evan Rusackas
2024-08-29 16:42:53 -06:00
committed by GitHub
parent e2c4435cab
commit 4fe3000275
12 changed files with 34 additions and 33 deletions

View File

@@ -16,7 +16,7 @@
#
# -----------------------------------------------------------------------
# We don't support docker-compose for production environments.
# We don't support docker compose for production environments.
# If you choose to use this type of deployment make sure to
# create you own docker environment file (docker/.env) with your own
# unique random secure passwords and SECRET_KEY.
@@ -120,7 +120,7 @@ services:
- /home/superset-websocket/dist
# Mounting a config file that contains a dummy secret required to boot up.
# do not use this docker-compose in production
# do not use this docker compose in production
- ./docker/superset-websocket/config.json:/home/superset-websocket/config.json
environment:
- PORT=8080