Switch to TWC DockerHub account (#182)
This commit is contained in:
parent
370e00d187
commit
a445eedaea
|
@ -24,7 +24,7 @@ to publish an event, with the minimization of human effort as its first priority
|
||||||
|
|
||||||
## Installation
|
## 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
|
```shell
|
||||||
$ pip install mobilizon-reshare
|
$ pip install mobilizon-reshare
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
mobilizon-reshare:
|
mobilizon-reshare:
|
||||||
image: fishinthecalculator/mobilizon-reshare:v0.3.2
|
image: twcita/mobilizon-reshare:v0.3.2
|
||||||
environment:
|
environment:
|
||||||
SECRETS_FOR_DYNACONF: /etc/xdg/mobilizon-reshare/0.3.2/.secrets.toml
|
SECRETS_FOR_DYNACONF: /etc/xdg/mobilizon-reshare/0.3.2/.secrets.toml
|
||||||
ENV_FOR_DYNACONF: production
|
ENV_FOR_DYNACONF: production
|
||||||
|
|
Loading…
Reference in New Issue