Update compose-configs/torbridges/compose.yml

switch to alpine images
This commit is contained in:
gigirassy
2025-11-16 20:24:45 +01:00
parent 28efe6189b
commit cc2e40fe83
+2 -2
View File
@@ -1,7 +1,7 @@
# two bridges i host to help out with tor project
services:
obfs4-bridge:
image: thetorproject/obfs4-bridge:latest
image: ghcr.io/gigirassy/docker-obfs4-bridge:main-alpine
networks:
- obfs4_bridge_external_network1
environment:
@@ -22,7 +22,7 @@ services:
- 31311:31311
restart: unless-stopped
obfs4-bridge2:
image: thetorproject/obfs4-bridge:latest
image: ghcr.io/gigirassy/docker-obfs4-bridge:main-alpine
networks:
- obfs4_bridge_external_network2
environment: