mirror of
https://codeberg.org/gigirassy/nixos-server-config
synced 2026-08-30 15:27:40 +00:00
Update compose-configs/torbridges/compose.yml
switch to alpine images
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user