Merge branch 'WofWca-main-patch-40434' into 'main'

Snowflake Docker: remove unnecessary `docker ps`

See merge request tpo/web/community!385
This commit is contained in:
Gus 2024-08-26 18:56:18 +00:00
commit 33937de493

View File

@ -50,15 +50,8 @@ and your proxy is up and running!
### 3. Checking your Docker logs
To access your Snowflake proxy logs, first find the container ID number.
Run the command:
```
$ docker ps
```
Your Snowflake container ID is on the same line of `thetorproject/snowflake-proxy:latest`.
Replace the container ID below with yours and run the command:
```
$ docker logs -f 42fb82372340
$ docker logs -f snowflake-proxy
```
### 4. Automatic updates with Watchtower