Skip to content

Commit

Permalink
Use new multiarch images
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Sep 18, 2021
1 parent 62ed699 commit 34b6aa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion generator/docker-components/tor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:

tor:
restart: unless-stopped
image: bitcartcc/tor:0.4.4.7
image: bitcartcc/tor:0.4.6.5
container_name: tor
environment:
TOR_PASSWORD: bitcartcc
Expand Down
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,9 @@ if ! [[ -x "$(command -v docker)" ]] || ! [[ -x "$(command -v docker-compose)" ]

if ! [[ -x "$(command -v docker-compose)" ]]; then
if ! [[ "$OSTYPE" == "darwin"* ]] && $HAS_DOCKER; then
echo "Trying to install docker-compose by using the docker-compose-builder ($(uname -m))"
echo "Trying to install docker-compose by using the bitcartcc/docker-compose ($(uname -m))"
! [[ -d "dist" ]] && mkdir dist
docker run --rm -v "$(pwd)/dist:/dist" bitcartcc/docker-compose-builder:1.25.4
docker run --rm -v "$(pwd)/dist:/dist" bitcartcc/docker-compose:1.28.6
mv dist/docker-compose /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
rm -rf "dist"
Expand Down

0 comments on commit 34b6aa9

Please sign in to comment.