diff --git a/content/en/getting-started/installation/index.md b/content/en/getting-started/installation/index.md index 452d94e..9de6244 100644 --- a/content/en/getting-started/installation/index.md +++ b/content/en/getting-started/installation/index.md @@ -48,7 +48,9 @@ To start the Snowflake Docker container using the `docker` CLI, execute the foll {{< command >}} $ docker run \ --rm -it \ - -p 4566:4566 \ + -p 127.0.0.1:4566:4566 \ + -p 127.0.0.1:4510-4559:4510-4559 \ + -p 127.0.0.1:443:443 \ -e LOCALSTACK_AUTH_TOKEN=${LOCALSTACK_AUTH_TOKEN:?} \ localstack/snowflake {{< / command >}} @@ -62,10 +64,12 @@ version: "3.8" services: localstack: - container_name: "localstack-main" + container_name: "localstack-snowflake" image: localstack/snowflake ports: - "127.0.0.1:4566:4566" + - "127.0.0.1:4510-4559:4510-4559" + - "127.0.0.1:443:443" environment: - LOCALSTACK_AUTH_TOKEN=${LOCALSTACK_AUTH_TOKEN:?} volumes: