Unverified Commit a68e0ee7 authored by Philipp Winter's avatar Philipp Winter
Browse files

Use our new organisation account.

We now own the organisation <https://hub.docker.com/orgs/thetorproject>,
so there's no need to continue using my user account.
parent d65862d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
IMAGE=phwinter/obfs4-bridge
IMAGE=thetorproject/obfs4-bridge

.PHONY: tag
tag:
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
version: "3.4"
services:
  obfs4-bridge:
    image: phwinter/obfs4-bridge:latest
    image: thetorproject/obfs4-bridge:latest
    environment:
      # Exit with an error message if OR_PORT is unset or empty.
      - OR_PORT=${OR_PORT:?Env var OR_PORT is not set.}