Replacing dogbin/iframely docker image with jolt one.

This commit is contained in:
Dessalines 2020-06-29 23:43:57 -04:00
parent eded51aab6
commit 9537f22a79
4 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,7 @@ services:
restart: always restart: always
iframely: iframely:
image: dogbin/iframely:latest image: jolt/iframely:latest
ports: ports:
- "127.0.0.1:8061:80" - "127.0.0.1:8061:80"
volumes: volumes:

View file

@ -38,7 +38,7 @@ services:
restart: always restart: always
iframely: iframely:
image: dogbin/iframely:latest image: jolt/iframely:v1.4.3
ports: ports:
- "127.0.0.1:8061:80" - "127.0.0.1:8061:80"
volumes: volumes:

View file

@ -117,6 +117,6 @@ services:
- ./volumes/pictrs_gamma:/mnt - ./volumes/pictrs_gamma:/mnt
iframely: iframely:
image: dogbin/iframely:latest image: jolt/iframely:v1.4.3
volumes: volumes:
- ../iframely.config.local.js:/iframely/config.local.js:ro - ../iframely.config.local.js:/iframely/config.local.js:ro

View file

@ -35,7 +35,7 @@ services:
restart: always restart: always
iframely: iframely:
image: dogbin/iframely:latest image: jolt/iframely:v1.4.3
ports: ports:
- "127.0.0.1:8061:80" - "127.0.0.1:8061:80"
volumes: volumes: