Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
svengo authored May 23, 2024
1 parent ece0863 commit ff6c73e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Simple Docker container to run a Tor node.


# Supported tags and corresponding `Dockerfile` links
* [`latest`, `0.4.8.11`](https://github.com/svengo/docker-tor/blob/025abed5929d69e35e646dac81d32795ab2c6dce/Dockerfile)
- [`latest`, `0.4.8.11`](https://github.com/svengo/docker-tor/blob/025abed5929d69e35e646dac81d32795ab2c6dce/Dockerfile)

I will regularly rebuild the image to include updated Alpine packages with important security fixes.

Expand All @@ -54,7 +54,7 @@ docker run -d -p 9001:9001 -p 9030:9030 --name tor -v /data/tor:/data svengo/tor

## Basic configuration

Use environment variables for basic configuration. The contents of the environment variables are used to build `/etc/tor/torrc-defaults'. For more advanced configuration you can edit the `/data/torrc` configuration file directly.
Use environment variables for basic configuration. The contents of the environment variables are used to build `/etc/tor/torrc-defaults`. For more advanced configuration you can edit the `/data/torrc` configuration file directly.

``` console
docker run -d -p 9001:9001 -p 9030:9030 --name tor -v /data/tor:/data -e "NICKNAME=MyDockerTorNode" -e "CONTACTINFO=foo@example.com" svengo/tor``
Expand Down

0 comments on commit ff6c73e

Please sign in to comment.