explore-logo居中
This commit is contained in:
parent
99d192430e
commit
623c3740c0
|
|
@ -105,8 +105,8 @@ services:
|
|||
superset-websocket:
|
||||
container_name: superset_websocket
|
||||
build: ./superset-websocket
|
||||
# ports:
|
||||
# - 8080:8080
|
||||
ports:
|
||||
- 8080:8080
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
depends_on:
|
||||
|
|
@ -178,7 +178,7 @@ services:
|
|||
# configuring the dev-server to use the host.docker.internal to connect to the backend
|
||||
superset: "http://host.docker.internal:8088"
|
||||
ports:
|
||||
- "127.0.0.1:9000:9000" # exposing the dynamic webpack dev server
|
||||
- "127.0.0.1:9090:9000" # exposing the dynamic webpack dev server
|
||||
container_name: superset_node
|
||||
command: ["/app/docker/docker-frontend.sh"]
|
||||
env_file:
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ const StyledHeader = styled.header`
|
|||
}
|
||||
.navbar-brand-explore-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.navbar-brand-explore {
|
||||
|
|
|
|||
Loading…
Reference in New Issue