Skip to content

Commit

Permalink
Post-deploy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gbenson committed Nov 13, 2023
1 parent 479f2d5 commit 7fed67c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ services:

p2pool-tor:
image: gbenson/tor-node
build: tor-node
container_name: p2pool-tor
restart: unless-stopped
depends_on:
Expand Down
2 changes: 0 additions & 2 deletions tor-node/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ if [ $# -eq 1 ]; then
host=$(echo "$1" | sed "s/:$port\$//")
fi
fi
echo "HOST=$host"
echo "PORT=$port"

if [ -n "$port" ]; then
f=/etc/tor/torrc
Expand Down

0 comments on commit 7fed67c

Please sign in to comment.