mirror of https://github.com/LemmyNet/lemmy.git
parent
b3163f99f4
commit
b124a29e05
|
@ -1 +1 @@
|
||||||
0.9.0-rc.4
|
0.9.0-rc.6
|
||||||
|
|
|
@ -17,7 +17,7 @@ services:
|
||||||
- iframely
|
- iframely
|
||||||
|
|
||||||
lemmy-ui:
|
lemmy-ui:
|
||||||
image: dessalines/lemmy-ui:0.9.0-rc.4
|
image: dessalines/lemmy-ui:0.9.0-rc.6
|
||||||
ports:
|
ports:
|
||||||
- "1235:1234"
|
- "1235:1234"
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
@ -12,7 +12,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
lemmy:
|
lemmy:
|
||||||
image: dessalines/lemmy:0.9.0-rc.4
|
image: dessalines/lemmy:0.9.0-rc.6
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8536:8536"
|
- "127.0.0.1:8536:8536"
|
||||||
restart: always
|
restart: always
|
||||||
|
@ -26,7 +26,7 @@ services:
|
||||||
- iframely
|
- iframely
|
||||||
|
|
||||||
lemmy-ui:
|
lemmy-ui:
|
||||||
image: dessalines/lemmy-ui:0.9.0-rc.4
|
image: dessalines/lemmy-ui:0.9.0-rc.6
|
||||||
ports:
|
ports:
|
||||||
- "1235:1234"
|
- "1235:1234"
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
pub const VERSION: &str = "0.9.0-rc.4";
|
pub const VERSION: &str = "0.9.0-rc.6";
|
||||||
|
|
Loading…
Reference in New Issue