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