From a445eedaea786778829e49208b474fa2f12dbce5 Mon Sep 17 00:00:00 2001 From: Giacomo Leidi Date: Tue, 20 Dec 2022 22:36:38 +0100 Subject: [PATCH] Switch to TWC DockerHub account (#182) --- README.md | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30455af..a534427 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ to publish an event, with the minimization of human effort as its first priority ## Installation -`mobilizon_reshare` is distributed through [Pypi](https://pypi.org/project/mobilizon-reshare/) and [DockerHub](https://hub.docker.com/r/fishinthecalculator/mobilizon-reshare). Use +`mobilizon_reshare` is distributed through [Pypi](https://pypi.org/project/mobilizon-reshare/) and [DockerHub](https://hub.docker.com/r/twcita/mobilizon-reshare). Use ```shell $ pip install mobilizon-reshare diff --git a/docker-compose.yml b/docker-compose.yml index a792935..7c2979e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.7" services: mobilizon-reshare: - image: fishinthecalculator/mobilizon-reshare:v0.3.2 + image: twcita/mobilizon-reshare:v0.3.2 environment: SECRETS_FOR_DYNACONF: /etc/xdg/mobilizon-reshare/0.3.2/.secrets.toml ENV_FOR_DYNACONF: production