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
|
# two bridges i host to help out with tor project
|
||||||
services:
|
services:
|
||||||
obfs4-bridge:
|
obfs4-bridge:
|
||||||
image: thetorproject/obfs4-bridge:latest
|
image: ghcr.io/gigirassy/docker-obfs4-bridge:main-alpine
|
||||||
networks:
|
networks:
|
||||||
- obfs4_bridge_external_network1
|
- obfs4_bridge_external_network1
|
||||||
environment:
|
environment:
|
||||||
@@ -22,7 +22,7 @@ services:
|
|||||||
- 31311:31311
|
- 31311:31311
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
obfs4-bridge2:
|
obfs4-bridge2:
|
||||||
image: thetorproject/obfs4-bridge:latest
|
image: ghcr.io/gigirassy/docker-obfs4-bridge:main-alpine
|
||||||
networks:
|
networks:
|
||||||
- obfs4_bridge_external_network2
|
- obfs4_bridge_external_network2
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user