Skip to content

Commit

Permalink
chore(dev): remove obsolete image reference to superset-websocket +…
Browse files Browse the repository at this point in the history
… fix minor typo (apache#28321)

Signed-off-by: hainenber <dotronghai96@gmail.com>
  • Loading branch information
hainenber authored May 2, 2024
1 parent 27952e7 commit 5331dc7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ services:
superset-websocket:
container_name: superset_websocket
build: ./superset-websocket
image: superset-websocket
ports:
- 8080:8080
extra_hosts:
Expand All @@ -121,7 +120,7 @@ services:
- /home/superset-websocket/dist

# Mounting a config file that contains a dummy secret required to boot up.
# do no 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
Expand Down

0 comments on commit 5331dc7

Please sign in to comment.