mirror of https://github.com/LemmyNet/lemmy.git
Going back from jolt to dogbin iframely. jolt one had problems. (#900)
parent
8aa9cc11eb
commit
284f00249a
|
@ -35,7 +35,7 @@ services:
|
|||
restart: always
|
||||
|
||||
iframely:
|
||||
image: jolt/iframely:v1.4.3
|
||||
image: dogbin/iframely:latest
|
||||
ports:
|
||||
- "127.0.0.1:8061:80"
|
||||
volumes:
|
||||
|
|
|
@ -40,7 +40,7 @@ services:
|
|||
restart: always
|
||||
|
||||
iframely:
|
||||
image: jolt/iframely:v1.4.3
|
||||
image: dogbin/iframely:latest
|
||||
ports:
|
||||
- "127.0.0.1:8061:80"
|
||||
volumes:
|
||||
|
|
|
@ -107,6 +107,6 @@ services:
|
|||
- ./volumes/postgres_gamma:/var/lib/postgresql/data
|
||||
|
||||
iframely:
|
||||
image: jolt/iframely:v1.4.3
|
||||
image: dogbin/iframely:latest
|
||||
volumes:
|
||||
- ../iframely.config.local.js:/iframely/config.local.js:ro
|
||||
|
|
|
@ -35,7 +35,7 @@ services:
|
|||
restart: always
|
||||
|
||||
iframely:
|
||||
image: jolt/iframely:v1.4.3
|
||||
image: dogbin/iframely:latest
|
||||
ports:
|
||||
- "127.0.0.1:8061:80"
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue