snowflake: add details about auto-updates for Docker method.

The `docker-compose.yml` was
[updated](https://gitlab.torproject.org/tpo/anti-censorship/docker-snowflake-proxy/-/merge_requests/8)
to include the `watchtower` container, configured to update itself, and
snowflake every day.

The docs detail how to update your self-compiled snowflake proxy, but didn't
have any information about the Docker method, this commit, along with the MR
referenced above fixes that.
This commit is contained in:
Micah Anderson 2023-08-12 09:23:54 -04:00 committed by Gus
parent f2194de3d5
commit dc9d47835e

View File

@ -33,6 +33,8 @@ Creating snowflake-proxy ... done
```
and your proxy is up and running!
The [docker-compose.yml](https://gitlab.torproject.org/tpo/anti-censorship/docker-snowflake-proxy/raw/main/docker-compose.yml) contains a `watchtower` container, configured to automatically check for updates to the snowflake docker container every day, download them and run them. So if you are using that, your snowflake proxy will stay updated automatically! Otherwise, you will need to periodically pull the latest container and restart it manually.
### Ansible
There is now an [Ansible role](https://galaxy.ansible.com/nvjacobo/snowflake) to install a Snowflake proxy on Debian, Fedora, Arch Linux, FreeBSD and Ubuntu created by Jacobo Nájera.