Loading docker-compose.yml +7 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,13 @@ services: context: httpd dockerfile: Dockerfile # Use a fixed IP address due to a bug in Arti that prevents the use of # hostnames in the configuration: # https://gitlab.torproject.org/tpo/core/arti/-/issues/1921 networks: onimages: ipv4_address: 10.89.1.2 arti: #image: "onimages/arti:alpine" image: "containers.torproject.org/tpo/onion-services/onimages/arti:alpine" Loading Loading
docker-compose.yml +7 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,13 @@ services: context: httpd dockerfile: Dockerfile # Use a fixed IP address due to a bug in Arti that prevents the use of # hostnames in the configuration: # https://gitlab.torproject.org/tpo/core/arti/-/issues/1921 networks: onimages: ipv4_address: 10.89.1.2 arti: #image: "onimages/arti:alpine" image: "containers.torproject.org/tpo/onion-services/onimages/arti:alpine" Loading